Class: Aws::Types::ListTrafficDistributionGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrafficDistributionGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#traffic_distribution_group_summary_list ⇒ ::Array[Types::TrafficDistributionGroupSummary]
Returns the value of attribute traffic_distribution_group_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5575 5576 5577 |
# File 'sig/types.rbs', line 5575 def next_token @next_token end |
#traffic_distribution_group_summary_list ⇒ ::Array[Types::TrafficDistributionGroupSummary]
Returns the value of attribute traffic_distribution_group_summary_list.
5576 5577 5578 |
# File 'sig/types.rbs', line 5576 def traffic_distribution_group_summary_list @traffic_distribution_group_summary_list end |