Method: Aws::APIGateway::Types::CreateDocumentationVersionRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
1014 1015 1016 1017 1018 1019 1020 1021 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1014 class CreateDocumentationVersionRequest < Struct.new( :rest_api_id, :documentation_version, :stage_name, :description) SENSITIVE = [] include Aws::Structure end |