Method: Aws::APIGateway::Types::CreateResourceRequest#path_part
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#path_part ⇒ String
The last path segment for this resource.
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 |