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.
1809 1810 1811 1812 1813 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1809 class DescribeCustomRoutingEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |