Class: Aws::Types::ListChannelPlacementGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChannelPlacementGroupsResponse
- 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.
5270 5271 5272 |
# File 'sig/types.rbs', line 5270 def channel_placement_groups @channel_placement_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5271 5272 5273 |
# File 'sig/types.rbs', line 5271 def next_token @next_token end |