Method: Aws::APIGateway::Types::GetGatewayResponseRequest#rest_api_id

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)

3296
3297
3298
3299
3300
# File 'lib/aws-sdk-apigateway/types.rb', line 3296

class GetGatewayResponseRequest < Struct.new(
  :rest_api_id,
  :response_type)
  include Aws::Structure
end