Class: Aws::MediaTailor::Types::GetChannelScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetChannelScheduleRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Note:
When making an API call, you may pass GetChannelScheduleRequest data as a hash:
{
channel_name: "__string", # required
duration_minutes: "__string",
max_results: 1,
next_token: "__string",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#channel_name ⇒ String
1925 1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1925 class GetChannelScheduleRequest < Struct.new( :channel_name, :duration_minutes, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#duration_minutes ⇒ String
1925 1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1925 class GetChannelScheduleRequest < Struct.new( :channel_name, :duration_minutes, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
1925 1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1925 class GetChannelScheduleRequest < Struct.new( :channel_name, :duration_minutes, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1925 1926 1927 1928 1929 1930 1931 1932 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1925 class GetChannelScheduleRequest < Struct.new( :channel_name, :duration_minutes, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |