Class: Aws::GlobalAccelerator::Types::RemoveEndpointsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_group_arnString

The Amazon Resource Name (ARN) of the endpoint group.

Returns:

  • (String)


3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3103

class RemoveEndpointsRequest < Struct.new(
  :endpoint_identifiers,
  :endpoint_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_identifiersArray<Types::EndpointIdentifier>

The identifiers of the endpoints that you want to remove.

Returns:



3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3103

class RemoveEndpointsRequest < Struct.new(
  :endpoint_identifiers,
  :endpoint_group_arn)
  SENSITIVE = []
  include Aws::Structure
end