Class: Aws::Types::ListChannelPlacementGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelPlacementGroupsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_placement_groups ⇒ ::Array[Types::DescribeChannelPlacementGroupSummary]
Returns the value of attribute channel_placement_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channel_placement_groups ⇒ ::Array[Types::DescribeChannelPlacementGroupSummary]
Returns the value of attribute channel_placement_groups.
5276 5277 5278 |
# File 'sig/types.rbs', line 5276 def channel_placement_groups @channel_placement_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5277 5278 5279 |
# File 'sig/types.rbs', line 5277 def next_token @next_token end |