Class: Aws::APIGateway::Types::CreateDocumentationPartRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::CreateDocumentationPartRequest
- Defined in:
- gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb
Overview
Creates a new documentation part of a given API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ Types::DocumentationPartLocation
The location of the targeted API entity of the to-be-created documentation part.
-
#properties ⇒ String
The new documentation content map of the targeted API entity.
-
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
Instance Attribute Details
#location ⇒ Types::DocumentationPartLocation
The location of the targeted API entity of the to-be-created documentation part.
750 751 752 753 754 755 756 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 750 class CreateDocumentationPartRequest < Struct.new( :rest_api_id, :location, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ String
The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
750 751 752 753 754 755 756 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 750 class CreateDocumentationPartRequest < Struct.new( :rest_api_id, :location, :properties) SENSITIVE = [] include Aws::Structure end |
#rest_api_id ⇒ String
The string identifier of the associated RestApi.
750 751 752 753 754 755 756 |
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 750 class CreateDocumentationPartRequest < Struct.new( :rest_api_id, :location, :properties) SENSITIVE = [] include Aws::Structure end |