Method: Aws::APIGateway::Types::CreateResourceRequest#rest_api_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #rest_api_id ⇒ String
[Required] The string identifier of the associated RestApi.
1250 1251 1252 1253 1254 1255 1256 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1250 class CreateResourceRequest < Struct.new( :rest_api_id, :parent_id, :path_part) SENSITIVE = [] include Aws::Structure end |