class Aws::APIGateway::Types::GetDocumentationVersionRequest
Gets a documentation snapshot of an API.
@note When making an API call, you may pass GetDocumentationVersionRequest
data as a hash: { rest_api_id: "String", # required documentation_version: "String", # required }
@!attribute [rw] rest_api_id
\[Required\] The string identifier of the associated RestApi. @return [String]
@!attribute [rw] documentation_version
\[Required\] The version identifier of the to-be-retrieved documentation snapshot. @return [String]
Constants
- SENSITIVE