Class: Aws::GlobalAccelerator::Types::DeleteEndpointGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::DeleteEndpointGroupRequest
- 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 delete.
Instance Attribute Details
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to delete.
1566 1567 1568 1569 1570 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 1566 class DeleteEndpointGroupRequest < Struct.new( :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |