Class: Aws::ApiGatewayV2::Types::IdentifierParts

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

The identifier parts of a product REST endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#methodString

The method of the product REST endpoint.

Returns:

  • (String)


6183
6184
6185
6186
6187
6188
6189
6190
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6183

class IdentifierParts < Struct.new(
  :method,
  :path,
  :rest_api_id,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path of the product REST endpoint.

Returns:

  • (String)


6183
6184
6185
6186
6187
6188
6189
6190
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6183

class IdentifierParts < Struct.new(
  :method,
  :path,
  :rest_api_id,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#rest_api_idString

The REST API ID of the product REST endpoint.

Returns:

  • (String)


6183
6184
6185
6186
6187
6188
6189
6190
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6183

class IdentifierParts < Struct.new(
  :method,
  :path,
  :rest_api_id,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end

#stageString

The stage of the product REST endpoint.

Returns:

  • (String)


6183
6184
6185
6186
6187
6188
6189
6190
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6183

class IdentifierParts < Struct.new(
  :method,
  :path,
  :rest_api_id,
  :stage)
  SENSITIVE = []
  include Aws::Structure
end