Class: Aws::MediaTailor::Types::GetChannelScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelScheduleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ScheduleEntry>
A list of schedule entries for the channel.
-
#next_token ⇒ String
Pagination token returned by the list request when results exceed the maximum allowed.
Instance Attribute Details
#items ⇒ Array<Types::ScheduleEntry>
A list of schedule entries for the channel.
2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 2029 class GetChannelScheduleResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 2029 class GetChannelScheduleResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |