Class: Aws::GlobalAccelerator::Types::RemoveEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::RemoveEndpointsRequest
- 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.
-
#endpoint_identifiers ⇒ Array<Types::EndpointIdentifier>
The identifiers of the endpoints that you want to remove.
Instance Attribute Details
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3103 class RemoveEndpointsRequest < Struct.new( :endpoint_identifiers, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_identifiers ⇒ Array<Types::EndpointIdentifier>
The identifiers of the endpoints that you want to remove.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3103 class RemoveEndpointsRequest < Struct.new( :endpoint_identifiers, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |