Class: Aws::MediaTailor::Types::CreatePrefetchScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreatePrefetchScheduleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN to assign to the prefetch schedule.
-
#consumption ⇒ Types::PrefetchConsumption
The configuration settings for MediaTailor’s consumption of the prefetched ads from the ad decision server.
-
#name ⇒ String
The name to assign to the prefetch schedule.
-
#playback_configuration_name ⇒ String
The name to assign to the playback configuration.
-
#retrieval ⇒ Types::PrefetchRetrieval
The configuration settings for retrieval of prefetched ads from the ad decision server.
-
#stream_id ⇒ String
An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration.
Instance Attribute Details
#arn ⇒ String
The ARN to assign to the prefetch schedule.
960 961 962 963 964 965 966 967 968 969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 960 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#consumption ⇒ Types::PrefetchConsumption
The configuration settings for MediaTailor’s consumption of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the *consumption window*. Prefetch schedules automatically expire no earlier than seven days after the end time.
960 961 962 963 964 965 966 967 968 969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 960 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name to assign to the prefetch schedule.
960 961 962 963 964 965 966 967 968 969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 960 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
The name to assign to the playback configuration.
960 961 962 963 964 965 966 967 968 969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 960 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#retrieval ⇒ Types::PrefetchRetrieval
The configuration settings for retrieval of prefetched ads from the ad decision server. Only one set of prefetched ads will be retrieved and subsequently consumed for each ad break.
960 961 962 963 964 965 966 967 968 969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 960 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams that use the same playback configuration. If ‘StreamId` is specified, MediaTailor returns all of the prefetch schedules with an exact match on `StreamId`. If not specified, MediaTailor returns all of the prefetch schedules for the playback configuration, regardless of `StreamId`.
960 961 962 963 964 965 966 967 968 969 |
# File 'lib/aws-sdk-mediatailor/types.rb', line 960 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |