Class: Aws::GlobalAccelerator::Types::CustomRoutingEndpointDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CustomRoutingEndpointDescription
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_id ⇒ String
An ID for the endpoint.
Instance Attribute Details
#endpoint_id ⇒ String
An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.
1430 1431 1432 1433 1434 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1430 class CustomRoutingEndpointDescription < Struct.new( :endpoint_id) SENSITIVE = [] include Aws::Structure end |