Method: Aws::APIGateway::Types::EndpointConfiguration#types
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#types ⇒ Array<String>
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API and its custom domain name, the endpoint type is ‘“EDGE”`. For a regional API and its custom domain name, the endpoint type is `REGIONAL`.
2477 2478 2479 2480 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2477 class EndpointConfiguration < Struct.new( :types) include Aws::Structure end |