Class: Aws::GlobalAccelerator::Types::DeleteCustomRoutingEndpointGroupRequest

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 delete.

Returns:

  • (String)


1542
1543
1544
1545
1546
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 1542

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