Method: Aws::APIGateway::Types::GetMethodRequest#rest_api_id

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)

3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-apigateway/types.rb', line 3428

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