Method: Aws::APIGateway::Types::BasePathMapping#rest_api_id

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)
[View source]

454
455
456
457
458
459
460
# File 'lib/aws-sdk-apigateway/types.rb', line 454

class BasePathMapping < Struct.new(
  :base_path,
  :rest_api_id,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end