Class: Aws::APIGateway::Types::GetDocumentationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::GetDocumentationVersionRequest
- Defined in:
- gems/aws-sdk-apigateway/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.
2586 2587 2588 2589 2590 2591 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2586 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.
2586 2587 2588 2589 2590 2591 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2586 class GetDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version) SENSITIVE = [] include Aws::Structure end |