Method: Aws::APIGateway::Types::GetMethodResponseRequest#rest_api_id

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)

3463
3464
3465
3466
3467
3468
3469
# File 'lib/aws-sdk-apigateway/types.rb', line 3463

class GetMethodResponseRequest < Struct.new(
  :rest_api_id,
  :resource_id,
  :http_method,
  :status_code)
  include Aws::Structure
end