Class: Aws::MediaTailor::Types::CreatePrefetchScheduleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::CreatePrefetchScheduleResponse
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
-
#consumption ⇒ Types::PrefetchConsumption
A complex type that contains settings that determine how and when that MediaTailor places prefetched ads into upcoming ad breaks.
-
#name ⇒ String
-
#playback_configuration_name ⇒ String
-
#retrieval ⇒ Types::PrefetchRetrieval
A complex type that contains settings governing when MediaTailor prefetches ads, and which dynamic variables that MediaTailor includes in the request to the ad decision server.
-
#stream_id ⇒ String
Instance Attribute Details
#arn ⇒ String
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 802 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#consumption ⇒ Types::PrefetchConsumption
A complex type that contains settings that determine how and when that MediaTailor places prefetched ads into upcoming ad breaks.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 802 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 802 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 802 class CreatePrefetchScheduleResponse < 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 governing when MediaTailor prefetches ads, and which dynamic variables that MediaTailor includes in the request to the ad decision server.
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 802 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |
#stream_id ⇒ String
802 803 804 805 806 807 808 809 810 811 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 802 class CreatePrefetchScheduleResponse < Struct.new( :arn, :consumption, :name, :playback_configuration_name, :retrieval, :stream_id) SENSITIVE = [] include Aws::Structure end |