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
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
-
#name ⇒ String
The name of the prefetch schedule.
-
#playback_configuration_name ⇒ String
The name of the playback configuration to create the prefetch schedule for.
-
#retrieval ⇒ Types::PrefetchRetrieval
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
-
#stream_id ⇒ String
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the prefetch schedule.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1973 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#consumption ⇒ Types::PrefetchConsumption
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1973 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) 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.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1973 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
The name of the playback configuration to create the prefetch schedule for.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1973 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#retrieval ⇒ Types::PrefetchRetrieval
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1973 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) 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.
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1973 class GetPrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |