Class: Aws::ApiGatewayV2::Types::RestEndpointIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RestEndpointIdentifier
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
The REST API endpoint identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier_parts ⇒ Types::IdentifierParts
The identifier parts of the REST endpoint identifier.
Instance Attribute Details
#identifier_parts ⇒ Types::IdentifierParts
The identifier parts of the REST endpoint identifier.
7645 7646 7647 7648 7649 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7645 class RestEndpointIdentifier < Struct.new( :identifier_parts) SENSITIVE = [] include Aws::Structure end |