Class: Aws::Connect::Types::ListTrafficDistributionGroupsResponse

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12443
12444
12445
12446
12447
12448
# File 'lib/aws-sdk-connect/types.rb', line 12443

class ListTrafficDistributionGroupsResponse < Struct.new(
  :next_token,
  :traffic_distribution_group_summary_list)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_distribution_group_summary_listArray<Types::TrafficDistributionGroupSummary>

A list of traffic distribution groups.



12443
12444
12445
12446
12447
12448
# File 'lib/aws-sdk-connect/types.rb', line 12443

class ListTrafficDistributionGroupsResponse < Struct.new(
  :next_token,
  :traffic_distribution_group_summary_list)
  SENSITIVE = []
  include Aws::Structure
end