Class: Aws::GlobalAccelerator::Types::AddEndpointsResponse

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_descriptionsArray<Types::EndpointDescription>

The list of endpoint objects.

Returns:



295
296
297
298
299
300
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 295

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

#endpoint_group_arnString

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

Returns:

  • (String)


295
296
297
298
299
300
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 295

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