Class: Humidifier::ElasticBeanstalk::Environment
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ElasticBeanstalk::Environment resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#application_name ⇒ Object
returns the ApplicationName property.
-
#application_name=(value) ⇒ Object
sets the ApplicationName property (String).
-
#cname_prefix ⇒ Object
returns the CNAMEPrefix property.
-
#cname_prefix=(value) ⇒ Object
sets the CNAMEPrefix property (String).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#environment_name ⇒ Object
returns the EnvironmentName property.
-
#environment_name=(value) ⇒ Object
sets the EnvironmentName property (String).
-
#operations_role ⇒ Object
returns the OperationsRole property.
-
#operations_role=(value) ⇒ Object
sets the OperationsRole property (String).
-
#option_settings ⇒ Object
returns the OptionSettings property.
-
#option_settings=(value) ⇒ Object
sets the OptionSettings property (List).
-
#platform_arn ⇒ Object
returns the PlatformArn property.
-
#platform_arn=(value) ⇒ Object
sets the PlatformArn property (String).
-
#solution_stack_name ⇒ Object
returns the SolutionStackName property.
-
#solution_stack_name=(value) ⇒ Object
sets the SolutionStackName property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#template_name ⇒ Object
returns the TemplateName property.
-
#template_name=(value) ⇒ Object
sets the TemplateName property (String).
-
#tier ⇒ Object
returns the Tier property.
-
#tier=(value) ⇒ Object
sets the Tier property (Structure).
-
#version_label ⇒ Object
returns the VersionLabel property.
-
#version_label=(value) ⇒ Object
sets the VersionLabel 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
#application_name ⇒ Object
returns the ApplicationName property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def application_name properties['application_name'] end |
#application_name=(value) ⇒ Object
sets the ApplicationName property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def application_name=(value) update_property('application_name', value) end |
#cname_prefix ⇒ Object
returns the CNAMEPrefix property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def cname_prefix properties['cname_prefix'] end |
#cname_prefix=(value) ⇒ Object
sets the CNAMEPrefix property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def cname_prefix=(value) update_property('cname_prefix', value) end |
#description ⇒ Object
returns the Description property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def description properties['description'] end |
#description=(value) ⇒ Object
sets the Description property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def description=(value) update_property('description', value) end |
#environment_name ⇒ Object
returns the EnvironmentName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def environment_name properties['environment_name'] end |
#environment_name=(value) ⇒ Object
sets the EnvironmentName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def environment_name=(value) update_property('environment_name', value) end |
#operations_role ⇒ Object
returns the OperationsRole property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def operations_role properties['operations_role'] end |
#operations_role=(value) ⇒ Object
sets the OperationsRole property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def operations_role=(value) update_property('operations_role', value) end |
#option_settings ⇒ Object
returns the OptionSettings property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def option_settings properties['option_settings'] end |
#option_settings=(value) ⇒ Object
sets the OptionSettings property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def option_settings=(value) update_property('option_settings', value) end |
#platform_arn ⇒ Object
returns the PlatformArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def platform_arn properties['platform_arn'] end |
#platform_arn=(value) ⇒ Object
sets the PlatformArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def platform_arn=(value) update_property('platform_arn', value) end |
#solution_stack_name ⇒ Object
returns the SolutionStackName property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def solution_stack_name properties['solution_stack_name'] end |
#solution_stack_name=(value) ⇒ Object
sets the SolutionStackName property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def solution_stack_name=(value) update_property('solution_stack_name', value) end |
#tags ⇒ Object
returns the Tags property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def (value) update_property('tags', value) end |
#template_name ⇒ Object
returns the TemplateName property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def template_name properties['template_name'] end |
#template_name=(value) ⇒ Object
sets the TemplateName property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def template_name=(value) update_property('template_name', value) end |
#tier ⇒ Object
returns the Tier property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def tier properties['tier'] end |
#tier=(value) ⇒ Object
sets the Tier property (Structure)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def tier=(value) update_property('tier', value) end |
#version_label ⇒ Object
returns the VersionLabel property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def version_label properties['version_label'] end |
#version_label=(value) ⇒ Object
sets the VersionLabel property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def version_label=(value) update_property('version_label', value) end |