Method: Aws::APIGateway::Types::CreateResourceRequest#rest_api_id

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

#rest_api_idString

The string identifier of the associated RestApi.

Returns:

  • (String)
[View source]

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