Class: Aws::GlobalAccelerator::Types::DescribeCustomRoutingEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeCustomRoutingEndpointGroupResponse
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_group ⇒ Types::CustomRoutingEndpointGroup
The description of an endpoint group for a custom routing accelerator.
Instance Attribute Details
#endpoint_group ⇒ Types::CustomRoutingEndpointGroup
The description of an endpoint group for a custom routing accelerator.
1578 1579 1580 1581 1582 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1578 class DescribeCustomRoutingEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |