Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for RDS::Resource#db_engine_version has missing parameter #1138

Closed
kayvonghaffari opened this issue Mar 22, 2016 · 3 comments
Closed

Comments

@kayvonghaffari
Copy link
Contributor

In the AWS Rub SDK (version 2) docs, it states that the only parameter needed for RDS::Resource#db_engine_version are:

Parameters:
engine_name (String) — The DBEngineVersion#engine_name identifier.

RDS::Resource#db_engine_version

After running the command, it looks like a second parameter is needed in the docs: version (String) -- The DBEngineVersion#engine_version identifier

@awood45 awood45 added Version 2 documentation This is a problem with documentation. labels Mar 22, 2016
@awood45
Copy link
Member

awood45 commented Mar 22, 2016

Indeed, I can see where the docs aren't showing everything, despite it being in the resource description. Going to look more in to this, see how this is happening.

@awood45
Copy link
Member

awood45 commented Mar 22, 2016

I'm even seeing, early on, that the resource call isn't working properly. This may not be a documentation issue.

@awood45 awood45 removed the documentation This is a problem with documentation. label Mar 22, 2016
@trevorrowe
Copy link
Member

I've just pushed a commit that fixes both the documentation issue and the resource model issue for this method. This should go out with our next release tomorrow.

awood45 added a commit that referenced this issue Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants