Class: Humidifier::AppStream::DirectoryConfig

Inherits:
Resource
  • Object
show all
Defined in:
lib/humidifier/magic.rb

Overview

A dynamically-defined class that represents an AWS::AppStream::DirectoryConfig resource

Constant Summary

Constants inherited from Resource

Resource::COMMON_ATTRIBUTES

Instance Method Summary collapse

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_nameObject

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_namesObject

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_credentialsObject

returns the ServiceAccountCredentials property



30
31
32
# File 'lib/humidifier/magic.rb', line 30

def 
  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 (value)
  update_property('service_account_credentials', value)
end