Class: Aws::Connect::Types::ListTrafficDistributionGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTrafficDistributionGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#traffic_distribution_group_summary_list ⇒ Array<Types::TrafficDistributionGroupSummary>
A list of traffic distribution groups.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
15643 15644 15645 15646 15647 15648 |
# File 'lib/aws-sdk-connect/types.rb', line 15643 class ListTrafficDistributionGroupsResponse < Struct.new( :next_token, :traffic_distribution_group_summary_list) SENSITIVE = [] include Aws::Structure end |
#traffic_distribution_group_summary_list ⇒ Array<Types::TrafficDistributionGroupSummary>
A list of traffic distribution groups.
15643 15644 15645 15646 15647 15648 |
# File 'lib/aws-sdk-connect/types.rb', line 15643 class ListTrafficDistributionGroupsResponse < Struct.new( :next_token, :traffic_distribution_group_summary_list) SENSITIVE = [] include Aws::Structure end |