Method: Aws::APIGateway::Types::CreateDocumentationVersionRequest#rest_api_id

Defined in:
lib/aws-sdk-apigateway/types.rb

#rest_api_idString

[Required] The string identifier of the associated RestApi.

Returns:

  • (String)
[View source]

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