Class: Aws::APIGateway::Types::DeleteDocumentationVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteDocumentationVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
Deletes an existing documentation version of an API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#documentation_version ⇒ String
The version identifier of a to-be-deleted documentation snapshot.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#documentation_version ⇒ String
The version identifier of a to-be-deleted documentation snapshot.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1322 class DeleteDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
1322 1323 1324 1325 1326 1327 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1322 class DeleteDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version) SENSITIVE = [] include Aws::Structure end |