Class: Aws::MediaPackage::Types::ChannelList
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackage::Types::ChannelList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackage/types.rb
Overview
A collection of Channel records.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::Channel>
A list of Channel records.
-
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
Instance Attribute Details
#channels ⇒ Array<Types::Channel>
A list of Channel records.
122 123 124 125 126 127 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 122 class ChannelList < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to resume pagination from the end of the collection.
122 123 124 125 126 127 |
# File 'lib/aws-sdk-mediapackage/types.rb', line 122 class ChannelList < Struct.new( :channels, :next_token) SENSITIVE = [] include Aws::Structure end |