Class: Aws::MediaTailor::Types::GetPrefetchScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetPrefetchScheduleRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the prefetch schedule.
-
#playback_configuration_name ⇒ String
Returns information about the prefetch schedule for a specific playback configuration.
Instance Attribute Details
#name ⇒ String
The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.
2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2010 class GetPrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
Returns information about the prefetch schedule for a specific
playback configuration. If you call GetPrefetchSchedule
on an
expired prefetch schedule, MediaTailor returns an HTTP 404 status
code.
2010 2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2010 class GetPrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |