Method: Aws::APIGateway::Types::PutGatewayResponseRequest#rest_api_id

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)

5169
5170
5171
5172
5173
5174
5175
5176
# File 'lib/aws-sdk-apigateway/types.rb', line 5169

class PutGatewayResponseRequest < Struct.new(
  :rest_api_id,
  :response_type,
  :status_code,
  :response_parameters,
  :response_templates)
  include Aws::Structure
end