Class: Aws::ApiGatewayV2::Types::IdentifierParts
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::IdentifierParts
- 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
-
#method ⇒ String
The method of the product REST endpoint.
-
#path ⇒ String
The path of the product REST endpoint.
-
#rest_api_id ⇒ String
The REST API ID of the product REST endpoint.
-
#stage ⇒ String
The stage of the product REST endpoint.
Instance Attribute Details
#method ⇒ String
The method of the product REST endpoint.
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 |
#path ⇒ String
The path of the product REST endpoint.
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_id ⇒ String
The REST API ID of the product REST endpoint.
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 |
#stage ⇒ String
The stage of the product REST endpoint.
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 |