Class: Humidifier::AppStream::DirectoryConfig
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::AppStream::DirectoryConfig resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#directory_name ⇒ Object
returns the DirectoryName property.
-
#directory_name=(value) ⇒ Object
sets the DirectoryName property (String).
-
#organizational_unit_distinguished_names ⇒ Object
returns the OrganizationalUnitDistinguishedNames property.
-
#organizational_unit_distinguished_names=(value) ⇒ Object
sets the OrganizationalUnitDistinguishedNames property (List).
-
#service_account_credentials ⇒ Object
returns the ServiceAccountCredentials property.
-
#service_account_credentials=(value) ⇒ Object
sets the ServiceAccountCredentials 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
#directory_name ⇒ Object
returns the DirectoryName property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def directory_name properties['directory_name'] end |
#directory_name=(value) ⇒ Object
sets the DirectoryName property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def directory_name=(value) update_property('directory_name', value) end |
#organizational_unit_distinguished_names ⇒ Object
returns the OrganizationalUnitDistinguishedNames property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def organizational_unit_distinguished_names properties['organizational_unit_distinguished_names'] end |
#organizational_unit_distinguished_names=(value) ⇒ Object
sets the OrganizationalUnitDistinguishedNames property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def organizational_unit_distinguished_names=(value) update_property('organizational_unit_distinguished_names', value) end |
#service_account_credentials ⇒ Object
returns the ServiceAccountCredentials property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def service_account_credentials properties['service_account_credentials'] end |
#service_account_credentials=(value) ⇒ Object
sets the ServiceAccountCredentials property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def service_account_credentials=(value) update_property('service_account_credentials', value) end |