Class: Aws::ApiGatewayV2::Types::RestEndpointIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifier_partsTypes::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