Class: Aws::GlobalAccelerator::Types::RemoveCustomRoutingEndpointsRequest

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 to remove endpoints from.

Returns:

  • (String)


3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3086

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

#endpoint_idsArray<String>

The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.

Returns:

  • (Array<String>)


3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3086

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