Method: Aws::APIGateway::Types::CreateResourceRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #rest_api_id ⇒ String
The string identifier of the associated RestApi.
1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1122 class CreateResourceRequest < Struct.new( :rest_api_id, :parent_id, :path_part) include Aws::Structure end |