Class: Humidifier::AppStream::Application
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppStream::Application resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#app_block_arn ⇒ Object
returns the AppBlockArn property.
-
#app_block_arn=(value) ⇒ Object
sets the AppBlockArn property (String).
-
#attributes_to_delete ⇒ Object
returns the AttributesToDelete property.
-
#attributes_to_delete=(value) ⇒ Object
sets the AttributesToDelete property (List).
-
#description ⇒ Object
returns the Description property.
-
#description=(value) ⇒ Object
sets the Description property (String).
-
#display_name ⇒ Object
returns the DisplayName property.
-
#display_name=(value) ⇒ Object
sets the DisplayName property (String).
-
#icon_s3_location ⇒ Object
returns the IconS3Location property.
-
#icon_s3_location=(value) ⇒ Object
sets the IconS3Location property (Structure).
-
#instance_families ⇒ Object
returns the InstanceFamilies property.
-
#instance_families=(value) ⇒ Object
sets the InstanceFamilies property (List).
-
#launch_parameters ⇒ Object
returns the LaunchParameters property.
-
#launch_parameters=(value) ⇒ Object
sets the LaunchParameters property (String).
-
#launch_path ⇒ Object
returns the LaunchPath property.
-
#launch_path=(value) ⇒ Object
sets the LaunchPath property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#platforms ⇒ Object
returns the Platforms property.
-
#platforms=(value) ⇒ Object
sets the Platforms property (List).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#working_directory ⇒ Object
returns the WorkingDirectory property.
-
#working_directory=(value) ⇒ Object
sets the WorkingDirectory 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
#app_block_arn ⇒ Object
returns the AppBlockArn property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def app_block_arn properties['app_block_arn'] end |
#app_block_arn=(value) ⇒ Object
sets the AppBlockArn property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def app_block_arn=(value) update_property('app_block_arn', value) end |
#attributes_to_delete ⇒ Object
returns the AttributesToDelete property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def attributes_to_delete properties['attributes_to_delete'] end |
#attributes_to_delete=(value) ⇒ Object
sets the AttributesToDelete property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def attributes_to_delete=(value) update_property('attributes_to_delete', 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 |
#display_name ⇒ Object
returns the DisplayName property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def display_name properties['display_name'] end |
#display_name=(value) ⇒ Object
sets the DisplayName property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def display_name=(value) update_property('display_name', value) end |
#icon_s3_location ⇒ Object
returns the IconS3Location property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def icon_s3_location properties['icon_s3_location'] end |
#icon_s3_location=(value) ⇒ Object
sets the IconS3Location property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def icon_s3_location=(value) update_property('icon_s3_location', value) end |
#instance_families ⇒ Object
returns the InstanceFamilies property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def instance_families properties['instance_families'] end |
#instance_families=(value) ⇒ Object
sets the InstanceFamilies property (List)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def instance_families=(value) update_property('instance_families', value) end |
#launch_parameters ⇒ Object
returns the LaunchParameters property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def launch_parameters properties['launch_parameters'] end |
#launch_parameters=(value) ⇒ Object
sets the LaunchParameters property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def launch_parameters=(value) update_property('launch_parameters', value) end |
#launch_path ⇒ Object
returns the LaunchPath property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def launch_path properties['launch_path'] end |
#launch_path=(value) ⇒ Object
sets the LaunchPath property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def launch_path=(value) update_property('launch_path', 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 |
#platforms ⇒ Object
returns the Platforms property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def platforms properties['platforms'] end |
#platforms=(value) ⇒ Object
sets the Platforms property (List)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def platforms=(value) update_property('platforms', value) end |
#tags ⇒ Object
returns the Tags property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def (value) update_property('tags', value) end |
#working_directory ⇒ Object
returns the WorkingDirectory property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def working_directory properties['working_directory'] end |
#working_directory=(value) ⇒ Object
sets the WorkingDirectory property (String)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def working_directory=(value) update_property('working_directory', value) end |