Class: Aws::MediaTailor::Types::GetChannelScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelScheduleResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Returns the schedule entries for the channel.
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 from the GET list request.
Instance Attribute Details
#items ⇒ Array<Types::ScheduleEntry>
A list of schedule entries for the channel.
1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1947 class GetChannelScheduleResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token from the GET list request. Use the token to fetch the next page of results.
1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1947 class GetChannelScheduleResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |