Class: Aws::GlobalAccelerator::Types::DescribeEndpointGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DescribeEndpointGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to describe.
Instance Attribute Details
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to describe.
1845 1846 1847 1848 1849 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1845 class DescribeEndpointGroupRequest < Struct.new( :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |