Class: Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_descriptions ⇒ Array<Types::CustomRoutingEndpointDescription>
The endpoint objects added to the 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_descriptions ⇒ Array<Types::CustomRoutingEndpointDescription>
The endpoint objects added to the custom routing accelerator.
261 262 263 264 265 266 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 261 class AddCustomRoutingEndpointsResponse < Struct.new( :endpoint_descriptions, :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.
261 262 263 264 265 266 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 261 class AddCustomRoutingEndpointsResponse < Struct.new( :endpoint_descriptions, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |