Class: Aws::MediaPackage::Types::ChannelList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb

Overview

A collection of Channel records.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsArray<Types::Channel>

A list of Channel records.

Returns:



122
123
124
125
126
127
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 122

class ChannelList < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that can be used to resume pagination from the end of the collection.

Returns:

  • (String)


122
123
124
125
126
127
# File 'gems/aws-sdk-mediapackage/lib/aws-sdk-mediapackage/types.rb', line 122

class ChannelList < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end