Class: Aws::GlobalAccelerator::Types::DescribeEndpointGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeEndpointGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_group ⇒ Types::EndpointGroup
The description of an endpoint group.
Instance Attribute Details
#endpoint_group ⇒ Types::EndpointGroup
The description of an endpoint group.
1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1857 class DescribeEndpointGroupResponse < Struct.new( :endpoint_group) SENSITIVE = [] include Aws::Structure end |