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.
5508 5509 5510 |
# File 'sig/types.rbs', line 5508 def next_token @next_token end |
#traffic_distribution_group_summary_list ⇒ ::Array[Types::TrafficDistributionGroupSummary]
Returns the value of attribute traffic_distribution_group_summary_list.
5509 5510 5511 |
# File 'sig/types.rbs', line 5509 def traffic_distribution_group_summary_list @traffic_distribution_group_summary_list end |