Class: Humidifier::MediaTailor::PlaybackConfiguration
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::MediaTailor::PlaybackConfiguration resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#ad_decision_server_url ⇒ Object
returns the AdDecisionServerUrl property.
-
#ad_decision_server_url=(value) ⇒ Object
sets the AdDecisionServerUrl property (String).
-
#avail_suppression ⇒ Object
returns the AvailSuppression property.
-
#avail_suppression=(value) ⇒ Object
sets the AvailSuppression property (Structure).
-
#bumper ⇒ Object
returns the Bumper property.
-
#bumper=(value) ⇒ Object
sets the Bumper property (Structure).
-
#cdn_configuration ⇒ Object
returns the CdnConfiguration property.
-
#cdn_configuration=(value) ⇒ Object
sets the CdnConfiguration property (Structure).
-
#configuration_aliases ⇒ Object
returns the ConfigurationAliases property.
-
#configuration_aliases=(value) ⇒ Object
sets the ConfigurationAliases property (Map).
-
#dash_configuration ⇒ Object
returns the DashConfiguration property.
-
#dash_configuration=(value) ⇒ Object
sets the DashConfiguration property (Structure).
-
#live_pre_roll_configuration ⇒ Object
returns the LivePreRollConfiguration property.
-
#live_pre_roll_configuration=(value) ⇒ Object
sets the LivePreRollConfiguration property (Structure).
-
#manifest_processing_rules ⇒ Object
returns the ManifestProcessingRules property.
-
#manifest_processing_rules=(value) ⇒ Object
sets the ManifestProcessingRules property (Structure).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#personalization_threshold_seconds ⇒ Object
returns the PersonalizationThresholdSeconds property.
-
#personalization_threshold_seconds=(value) ⇒ Object
sets the PersonalizationThresholdSeconds property (Integer).
-
#slate_ad_url ⇒ Object
returns the SlateAdUrl property.
-
#slate_ad_url=(value) ⇒ Object
sets the SlateAdUrl property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#transcode_profile_name ⇒ Object
returns the TranscodeProfileName property.
-
#transcode_profile_name=(value) ⇒ Object
sets the TranscodeProfileName property (String).
-
#video_content_source_url ⇒ Object
returns the VideoContentSourceUrl property.
-
#video_content_source_url=(value) ⇒ Object
sets the VideoContentSourceUrl property (String).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#ad_decision_server_url ⇒ Object
returns the AdDecisionServerUrl property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def ad_decision_server_url properties['ad_decision_server_url'] end |
#ad_decision_server_url=(value) ⇒ Object
sets the AdDecisionServerUrl property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def ad_decision_server_url=(value) update_property('ad_decision_server_url', value) end |
#avail_suppression ⇒ Object
returns the AvailSuppression property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def avail_suppression properties['avail_suppression'] end |
#avail_suppression=(value) ⇒ Object
sets the AvailSuppression property (Structure)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def avail_suppression=(value) update_property('avail_suppression', value) end |
#bumper ⇒ Object
returns the Bumper property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def bumper properties['bumper'] end |
#bumper=(value) ⇒ Object
sets the Bumper property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def bumper=(value) update_property('bumper', value) end |
#cdn_configuration ⇒ Object
returns the CdnConfiguration property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def cdn_configuration properties['cdn_configuration'] end |
#cdn_configuration=(value) ⇒ Object
sets the CdnConfiguration property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def cdn_configuration=(value) update_property('cdn_configuration', value) end |
#configuration_aliases ⇒ Object
returns the ConfigurationAliases property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def configuration_aliases properties['configuration_aliases'] end |
#configuration_aliases=(value) ⇒ Object
sets the ConfigurationAliases property (Map)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def configuration_aliases=(value) update_property('configuration_aliases', value) end |
#dash_configuration ⇒ Object
returns the DashConfiguration property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def dash_configuration properties['dash_configuration'] end |
#dash_configuration=(value) ⇒ Object
sets the DashConfiguration property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def dash_configuration=(value) update_property('dash_configuration', value) end |
#live_pre_roll_configuration ⇒ Object
returns the LivePreRollConfiguration property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def live_pre_roll_configuration properties['live_pre_roll_configuration'] end |
#live_pre_roll_configuration=(value) ⇒ Object
sets the LivePreRollConfiguration property (Structure)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def live_pre_roll_configuration=(value) update_property('live_pre_roll_configuration', value) end |
#manifest_processing_rules ⇒ Object
returns the ManifestProcessingRules property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def manifest_processing_rules properties['manifest_processing_rules'] end |
#manifest_processing_rules=(value) ⇒ Object
sets the ManifestProcessingRules property (Structure)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def manifest_processing_rules=(value) update_property('manifest_processing_rules', value) end |
#name ⇒ Object
returns the Name property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def name=(value) update_property('name', value) end |
#personalization_threshold_seconds ⇒ Object
returns the PersonalizationThresholdSeconds property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def personalization_threshold_seconds properties['personalization_threshold_seconds'] end |
#personalization_threshold_seconds=(value) ⇒ Object
sets the PersonalizationThresholdSeconds property (Integer)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def personalization_threshold_seconds=(value) update_property('personalization_threshold_seconds', value) end |
#slate_ad_url ⇒ Object
returns the SlateAdUrl property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def slate_ad_url properties['slate_ad_url'] end |
#slate_ad_url=(value) ⇒ Object
sets the SlateAdUrl property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def slate_ad_url=(value) update_property('slate_ad_url', value) end |
#tags ⇒ Object
returns the Tags property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def (value) update_property('tags', value) end |
#transcode_profile_name ⇒ Object
returns the TranscodeProfileName property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def transcode_profile_name properties['transcode_profile_name'] end |
#transcode_profile_name=(value) ⇒ Object
sets the TranscodeProfileName property (String)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def transcode_profile_name=(value) update_property('transcode_profile_name', value) end |
#video_content_source_url ⇒ Object
returns the VideoContentSourceUrl property
140 141 142 |
# File 'lib/humidifier/magic.rb', line 140 def video_content_source_url properties['video_content_source_url'] end |
#video_content_source_url=(value) ⇒ Object
sets the VideoContentSourceUrl property (String)
145 146 147 |
# File 'lib/humidifier/magic.rb', line 145 def video_content_source_url=(value) update_property('video_content_source_url', value) end |