Class: Aws::GlobalAccelerator::Types::AddCustomRoutingEndpointsRequest

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

The list of endpoint objects to add to a custom routing accelerator.



243
244
245
246
247
248
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 243

class AddCustomRoutingEndpointsRequest < Struct.new(
  :endpoint_configurations,
  :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)


243
244
245
246
247
248
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 243

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