Class: Aws::MediaTailor::Types::GetPrefetchScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetPrefetchScheduleResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the prefetch schedule.
-
#consumption ⇒ Types::PrefetchConsumption
The configuration settings for how and when MediaTailor consumes prefetched ads from the ad decision server for single prefetch schedules.
-
#name ⇒ String
The name of the prefetch schedule.
-
#playback_configuration_name ⇒ String
The name of the playback configuration to create the prefetch schedule for.
-
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
The configuration that defines how and when MediaTailor performs ad prefetching in a live event.
-
#retrieval ⇒ Types::PrefetchRetrieval
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
-
#schedule_type ⇒ String
The frequency that MediaTailor creates prefetch schedules.
-
#stream_id ⇒ String
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
-
#tags ⇒ Hash<String,String>
The tags assigned to the prefetch schedule.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the prefetch schedule.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#consumption ⇒ Types::PrefetchConsumption
The configuration settings for how and when MediaTailor consumes prefetched ads from the ad decision server for single prefetch schedules. 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.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#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.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
The name of the playback configuration to create the prefetch schedule for.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
The configuration that defines how and when MediaTailor performs ad prefetching in a live event.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#retrieval ⇒ Types::PrefetchRetrieval
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule_type ⇒ String
The frequency that MediaTailor creates prefetch schedules. SINGLE
indicates that this schedule applies to one ad break. RECURRING
indicates that MediaTailor automatically creates a schedule for each
ad avail in a live event.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags assigned to the prefetch schedule. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2943 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :schedule_type, :recurring_prefetch_configuration, :stream_id, :tags) SENSITIVE = [] include Aws::Structure end |