Class: Aws::GlobalAccelerator::Types::CustomRoutingEndpointConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CustomRoutingEndpointConfiguration
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Note:
When making an API call, you may pass CustomRoutingEndpointConfiguration data as a hash:
{
endpoint_id: "GenericString",
}
The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.
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.
1268 1269 1270 1271 1272 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1268 class CustomRoutingEndpointConfiguration < Struct.new( :endpoint_id) SENSITIVE = [] include Aws::Structure end |