Class: Aws::MediaLive::Types::ListChannelPlacementGroupsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Contains the response for ListChannelPlacementGroups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_placement_groupsArray<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_tokenString

Token for the next result.

Returns:

  • (String)


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