Class: Aws::GlobalAccelerator::Types::AddEndpointsRequest

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_configurationsArray<Types::EndpointConfiguration>

The list of endpoint objects.

Returns:



278
279
280
281
282
283
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 278

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

#endpoint_group_arnString

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

Returns:

  • (String)


278
279
280
281
282
283
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 278

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