Class: Humidifier::MediaLive::Channel
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::MediaLive::Channel resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#cdi_input_specification ⇒ Object
returns the CdiInputSpecification property.
-
#cdi_input_specification=(value) ⇒ Object
sets the CdiInputSpecification property (Structure).
-
#channel_class ⇒ Object
returns the ChannelClass property.
-
#channel_class=(value) ⇒ Object
sets the ChannelClass property (String).
-
#destinations ⇒ Object
returns the Destinations property.
-
#destinations=(value) ⇒ Object
sets the Destinations property (List).
-
#encoder_settings ⇒ Object
returns the EncoderSettings property.
-
#encoder_settings=(value) ⇒ Object
sets the EncoderSettings property (Structure).
-
#input_attachments ⇒ Object
returns the InputAttachments property.
-
#input_attachments=(value) ⇒ Object
sets the InputAttachments property (List).
-
#input_specification ⇒ Object
returns the InputSpecification property.
-
#input_specification=(value) ⇒ Object
sets the InputSpecification property (Structure).
-
#log_level ⇒ Object
returns the LogLevel property.
-
#log_level=(value) ⇒ Object
sets the LogLevel property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#role_arn ⇒ Object
returns the RoleArn property.
-
#role_arn=(value) ⇒ Object
sets the RoleArn property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (Json).
-
#vpc ⇒ Object
returns the Vpc property.
-
#vpc=(value) ⇒ Object
sets the Vpc property (Structure).
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
#cdi_input_specification ⇒ Object
returns the CdiInputSpecification property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def cdi_input_specification properties['cdi_input_specification'] end |
#cdi_input_specification=(value) ⇒ Object
sets the CdiInputSpecification property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def cdi_input_specification=(value) update_property('cdi_input_specification', value) end |
#channel_class ⇒ Object
returns the ChannelClass property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def channel_class properties['channel_class'] end |
#channel_class=(value) ⇒ Object
sets the ChannelClass property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def channel_class=(value) update_property('channel_class', value) end |
#destinations ⇒ Object
returns the Destinations property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def destinations properties['destinations'] end |
#destinations=(value) ⇒ Object
sets the Destinations property (List)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def destinations=(value) update_property('destinations', value) end |
#encoder_settings ⇒ Object
returns the EncoderSettings property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def encoder_settings properties['encoder_settings'] end |
#encoder_settings=(value) ⇒ Object
sets the EncoderSettings property (Structure)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def encoder_settings=(value) update_property('encoder_settings', value) end |
#input_attachments ⇒ Object
returns the InputAttachments property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def properties['input_attachments'] end |
#input_attachments=(value) ⇒ Object
sets the InputAttachments property (List)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def (value) update_property('input_attachments', value) end |
#input_specification ⇒ Object
returns the InputSpecification property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def input_specification properties['input_specification'] end |
#input_specification=(value) ⇒ Object
sets the InputSpecification property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def input_specification=(value) update_property('input_specification', value) end |
#log_level ⇒ Object
returns the LogLevel property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def log_level properties['log_level'] end |
#log_level=(value) ⇒ Object
sets the LogLevel property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def log_level=(value) update_property('log_level', value) end |
#name ⇒ Object
returns the Name property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def name=(value) update_property('name', value) end |
#role_arn ⇒ Object
returns the RoleArn property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def role_arn properties['role_arn'] end |
#role_arn=(value) ⇒ Object
sets the RoleArn property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def role_arn=(value) update_property('role_arn', value) end |
#tags ⇒ Object
returns the Tags property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (Json)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def (value) update_property('tags', value) end |
#vpc ⇒ Object
returns the Vpc property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def vpc properties['vpc'] end |
#vpc=(value) ⇒ Object
sets the Vpc property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def vpc=(value) update_property('vpc', value) end |