Class: Aws::MediaTailor::Types::GetPrefetchScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2232

class GetPrefetchScheduleRequest < Struct.new(
  :name,
  :playback_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end

#playback_configuration_nameString

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.

Returns:

  • (String)


2232
2233
2234
2235
2236
2237
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2232

class GetPrefetchScheduleRequest < Struct.new(
  :name,
  :playback_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end