Method: Aws::APIGateway::Types::BasePathMapping#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #rest_api_id ⇒ String
The string identifier of the associated RestApi.
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 |