Method: Aws::APIGateway::Types::CreateResourceRequest#path_part

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

#path_partString

The last path segment for this resource.

Returns:

  • (String)

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