Class: Aws::Connect::Types::DeleteTrafficDistributionGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#traffic_distribution_group_idString

The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.

Returns:

  • (String)


5584
5585
5586
5587
5588
# File 'lib/aws-sdk-connect/types.rb', line 5584

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