Class: Humidifier::MediaLive::Channel

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::MediaLive::Channel resource

AWS Resource:

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

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_specificationObject

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_classObject

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

#destinationsObject

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_settingsObject

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_attachmentsObject

returns the InputAttachments property



50
51
52
# File 'lib/humidifier/magic.rb', line 50

def input_attachments
  properties['input_attachments']
end

#input_attachments=(value) ⇒ Object

sets the InputAttachments property (List)



55
56
57
# File 'lib/humidifier/magic.rb', line 55

def input_attachments=(value)
  update_property('input_attachments', value)
end

#input_specificationObject

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_levelObject

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

#nameObject

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_arnObject

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

#tagsObject

returns the Tags property



100
101
102
# File 'lib/humidifier/magic.rb', line 100

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (Json)



105
106
107
# File 'lib/humidifier/magic.rb', line 105

def tags=(value)
  update_property('tags', value)
end

#vpcObject

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