Class: Aws::APIGateway::Types::GetDocumentationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetDocumentationVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Gets a documentation snapshot of an API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documentation_version ⇒ String
The version identifier of the to-be-retrieved documentation snapshot.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#documentation_version ⇒ String
The version identifier of the to-be-retrieved documentation snapshot.
2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2433 class GetDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
2433 2434 2435 2436 2437 2438 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2433 class GetDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version) SENSITIVE = [] include Aws::Structure end |