Class: Aws::MediaLive::Types::ListChannelPlacementGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::ListChannelPlacementGroupsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Contains the response for ListChannelPlacementGroups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_placement_groups ⇒ Array<Types::DescribeChannelPlacementGroupSummary>
An array of ChannelPlacementGroups that exist in the Cluster.
-
#next_token ⇒ String
Token for the next result.
Instance Attribute Details
#channel_placement_groups ⇒ Array<Types::DescribeChannelPlacementGroupSummary>
An array of ChannelPlacementGroups that exist in the Cluster.
19647 19648 19649 19650 19651 19652 |
# File 'lib/aws-sdk-medialive/types.rb', line 19647 class ListChannelPlacementGroupsResult < Struct.new( :channel_placement_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Token for the next result.
19647 19648 19649 19650 19651 19652 |
# File 'lib/aws-sdk-medialive/types.rb', line 19647 class ListChannelPlacementGroupsResult < Struct.new( :channel_placement_groups, :next_token) SENSITIVE = [] include Aws::Structure end |