Class: Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsResponse

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::CustomRoutingEndpointDescription>

The endpoint objects added to the custom routing accelerator.



261
262
263
264
265
266
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 261

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

#endpoint_group_arnString

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

Returns:

  • (String)


261
262
263
264
265
266
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 261

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