Class: Humidifier::AppStream::ImageBuilder
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppStream::ImageBuilder resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#access_endpoints ⇒ Object
returns the AccessEndpoints property.
-
#access_endpoints=(value) ⇒ Object
sets the AccessEndpoints property (List).
-
#appstream_agent_version ⇒ Object
returns the AppstreamAgentVersion property.
-
#appstream_agent_version=(value) ⇒ Object
sets the AppstreamAgentVersion property (String).
-
#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).
-
#domain_join_info ⇒ Object
returns the DomainJoinInfo property.
-
#domain_join_info=(value) ⇒ Object
sets the DomainJoinInfo property (Structure).
-
#enable_default_internet_access ⇒ Object
returns the EnableDefaultInternetAccess property.
-
#enable_default_internet_access=(value) ⇒ Object
sets the EnableDefaultInternetAccess property (Boolean).
-
#iam_role_arn ⇒ Object
returns the IamRoleArn property.
-
#iam_role_arn=(value) ⇒ Object
sets the IamRoleArn property (String).
-
#image_arn ⇒ Object
returns the ImageArn property.
-
#image_arn=(value) ⇒ Object
sets the ImageArn property (String).
-
#image_name ⇒ Object
returns the ImageName property.
-
#image_name=(value) ⇒ Object
sets the ImageName property (String).
-
#instance_type ⇒ Object
returns the InstanceType property.
-
#instance_type=(value) ⇒ Object
sets the InstanceType property (String).
-
#name ⇒ Object
returns the Name property.
-
#name=(value) ⇒ Object
sets the Name property (String).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#vpc_config ⇒ Object
returns the VpcConfig property.
-
#vpc_config=(value) ⇒ Object
sets the VpcConfig 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
#access_endpoints ⇒ Object
returns the AccessEndpoints property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def access_endpoints properties['access_endpoints'] end |
#access_endpoints=(value) ⇒ Object
sets the AccessEndpoints property (List)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def access_endpoints=(value) update_property('access_endpoints', value) end |
#appstream_agent_version ⇒ Object
returns the AppstreamAgentVersion property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def appstream_agent_version properties['appstream_agent_version'] end |
#appstream_agent_version=(value) ⇒ Object
sets the AppstreamAgentVersion property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def appstream_agent_version=(value) update_property('appstream_agent_version', 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 |
#domain_join_info ⇒ Object
returns the DomainJoinInfo property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def domain_join_info properties['domain_join_info'] end |
#domain_join_info=(value) ⇒ Object
sets the DomainJoinInfo property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def domain_join_info=(value) update_property('domain_join_info', value) end |
#enable_default_internet_access ⇒ Object
returns the EnableDefaultInternetAccess property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def enable_default_internet_access properties['enable_default_internet_access'] end |
#enable_default_internet_access=(value) ⇒ Object
sets the EnableDefaultInternetAccess property (Boolean)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def enable_default_internet_access=(value) update_property('enable_default_internet_access', value) end |
#iam_role_arn ⇒ Object
returns the IamRoleArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def iam_role_arn properties['iam_role_arn'] end |
#iam_role_arn=(value) ⇒ Object
sets the IamRoleArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def iam_role_arn=(value) update_property('iam_role_arn', value) end |
#image_arn ⇒ Object
returns the ImageArn property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def image_arn properties['image_arn'] end |
#image_arn=(value) ⇒ Object
sets the ImageArn property (String)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def image_arn=(value) update_property('image_arn', value) end |
#image_name ⇒ Object
returns the ImageName property
90 91 92 |
# File 'lib/humidifier/magic.rb', line 90 def image_name properties['image_name'] end |
#image_name=(value) ⇒ Object
sets the ImageName property (String)
95 96 97 |
# File 'lib/humidifier/magic.rb', line 95 def image_name=(value) update_property('image_name', value) end |
#instance_type ⇒ Object
returns the InstanceType property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def instance_type properties['instance_type'] end |
#instance_type=(value) ⇒ Object
sets the InstanceType property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def instance_type=(value) update_property('instance_type', value) end |
#name ⇒ Object
returns the Name property
110 111 112 |
# File 'lib/humidifier/magic.rb', line 110 def name properties['name'] end |
#name=(value) ⇒ Object
sets the Name property (String)
115 116 117 |
# File 'lib/humidifier/magic.rb', line 115 def name=(value) update_property('name', value) end |
#tags ⇒ Object
returns the Tags property
120 121 122 |
# File 'lib/humidifier/magic.rb', line 120 def properties['tags'] end |
#tags=(value) ⇒ Object
sets the Tags property (List)
125 126 127 |
# File 'lib/humidifier/magic.rb', line 125 def (value) update_property('tags', value) end |
#vpc_config ⇒ Object
returns the VpcConfig property
130 131 132 |
# File 'lib/humidifier/magic.rb', line 130 def vpc_config properties['vpc_config'] end |
#vpc_config=(value) ⇒ Object
sets the VpcConfig property (Structure)
135 136 137 |
# File 'lib/humidifier/magic.rb', line 135 def vpc_config=(value) update_property('vpc_config', value) end |