Class: Humidifier::Lambda::LayerVersion
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Lambda::LayerVersion resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#compatible_architectures ⇒ Object
returns the CompatibleArchitectures property.
-
#compatible_architectures=(value) ⇒ Object
sets the CompatibleArchitectures property (List).
-
#compatible_runtimes ⇒ Object
returns the CompatibleRuntimes property.
-
#compatible_runtimes=(value) ⇒ Object
sets the CompatibleRuntimes property (List).
-
#content ⇒ Object
returns the Content property.
-
#content=(value) ⇒ Object
sets the Content property (Structure).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#layer_name ⇒ Object
returns the LayerName property.
-
#layer_name=(value) ⇒ Object
sets the LayerName property (String).
-
#license_info ⇒ Object
returns the LicenseInfo property.
-
#license_info=(value) ⇒ Object
sets the LicenseInfo 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
#compatible_architectures ⇒ Object
returns the CompatibleArchitectures property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def compatible_architectures properties['compatible_architectures'] end |
#compatible_architectures=(value) ⇒ Object
sets the CompatibleArchitectures property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def compatible_architectures=(value) update_property('compatible_architectures', value) end |
#compatible_runtimes ⇒ Object
returns the CompatibleRuntimes property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def compatible_runtimes properties['compatible_runtimes'] end |
#compatible_runtimes=(value) ⇒ Object
sets the CompatibleRuntimes property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def compatible_runtimes=(value) update_property('compatible_runtimes', value) end |
#content ⇒ Object
returns the Content property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def content properties['content'] end |
#content=(value) ⇒ Object
sets the Content property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def content=(value) update_property('content', value) end |
#description ⇒ Object
returns the Description property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def description=(value) update_property('description', value) end |
#layer_name ⇒ Object
returns the LayerName property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def layer_name properties['layer_name'] end |
#layer_name=(value) ⇒ Object
sets the LayerName property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def layer_name=(value) update_property('layer_name', value) end |
#license_info ⇒ Object
returns the LicenseInfo property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def license_info properties['license_info'] end |
#license_info=(value) ⇒ Object
sets the LicenseInfo property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def license_info=(value) update_property('license_info', value) end |