Class: Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_configurations ⇒ Array<Types::CustomRoutingEndpointConfiguration>
The list of endpoint objects to add to a custom routing accelerator.
-
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
Instance Attribute Details
#endpoint_configurations ⇒ Array<Types::CustomRoutingEndpointConfiguration>
The list of endpoint objects to add to a custom routing accelerator.
243 244 245 246 247 248 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 243 class AddCustomRoutingEndpointsRequest < Struct.new( :endpoint_configurations, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
243 244 245 246 247 248 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 243 class AddCustomRoutingEndpointsRequest < Struct.new( :endpoint_configurations, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |