Class: Aws::MediaTailor::Types::GetPrefetchScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetPrefetchScheduleRequest
- Includes:
- Structure
- Defined in:
- 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.
2232 2233 2234 2235 2236 2237 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 2232 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.
2232 2233 2234 2235 2236 2237 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 2232 class GetPrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |