Class: Aws::APIGateway::Types::CreateDocumentationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::CreateDocumentationVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Creates a new documentation version of a given API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description about the new documentation snapshot.
-
#documentation_version ⇒ String
The version identifier of the new snapshot.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
-
#stage_name ⇒ String
The stage name to be associated with the new documentation snapshot.
Instance Attribute Details
#description ⇒ String
A description about the new documentation snapshot.
770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-apigateway/types.rb', line 770 class CreateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :stage_name, :description) SENSITIVE = [] include Aws::Structure end |
#documentation_version ⇒ String
The version identifier of the new snapshot.
770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-apigateway/types.rb', line 770 class CreateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :stage_name, :description) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-apigateway/types.rb', line 770 class CreateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :stage_name, :description) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The stage name to be associated with the new documentation snapshot.
770 771 772 773 774 775 776 777 |
# File 'lib/aws-sdk-apigateway/types.rb', line 770 class CreateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :stage_name, :description) SENSITIVE = [] include Aws::Structure end |