Class: Humidifier::Transfer::User
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Transfer::User resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#home_directory ⇒ Object
returns the HomeDirectory property.
-
#home_directory=(value) ⇒ Object
sets the HomeDirectory property (String).
-
#home_directory_mappings ⇒ Object
returns the HomeDirectoryMappings property.
-
#home_directory_mappings=(value) ⇒ Object
sets the HomeDirectoryMappings property (List).
-
#home_directory_type ⇒ Object
returns the HomeDirectoryType property.
-
#home_directory_type=(value) ⇒ Object
sets the HomeDirectoryType property (String).
-
#policy ⇒ Object
returns the Policy property.
-
#policy=(value) ⇒ Object
sets the Policy property (String).
-
#posix_profile ⇒ Object
returns the PosixProfile property.
-
#posix_profile=(value) ⇒ Object
sets the PosixProfile property (Structure).
-
#role ⇒ Object
returns the Role property.
-
#role=(value) ⇒ Object
sets the Role property (String).
-
#server_id ⇒ Object
returns the ServerId property.
-
#server_id=(value) ⇒ Object
sets the ServerId property (String).
-
#ssh_public_keys ⇒ Object
returns the SshPublicKeys property.
-
#ssh_public_keys=(value) ⇒ Object
sets the SshPublicKeys property (List).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#user_name ⇒ Object
returns the UserName property.
-
#user_name=(value) ⇒ Object
sets the UserName 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
#home_directory ⇒ Object
returns the HomeDirectory property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def home_directory properties['home_directory'] end |
#home_directory=(value) ⇒ Object
sets the HomeDirectory property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def home_directory=(value) update_property('home_directory', value) end |
#home_directory_mappings ⇒ Object
returns the HomeDirectoryMappings property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def home_directory_mappings properties['home_directory_mappings'] end |
#home_directory_mappings=(value) ⇒ Object
sets the HomeDirectoryMappings property (List)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def home_directory_mappings=(value) update_property('home_directory_mappings', value) end |
#home_directory_type ⇒ Object
returns the HomeDirectoryType property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def home_directory_type properties['home_directory_type'] end |
#home_directory_type=(value) ⇒ Object
sets the HomeDirectoryType property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def home_directory_type=(value) update_property('home_directory_type', value) end |
#policy ⇒ Object
returns the Policy property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def policy properties['policy'] end |
#policy=(value) ⇒ Object
sets the Policy property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def policy=(value) update_property('policy', value) end |
#posix_profile ⇒ Object
returns the PosixProfile property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def posix_profile properties['posix_profile'] end |
#posix_profile=(value) ⇒ Object
sets the PosixProfile property (Structure)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def posix_profile=(value) update_property('posix_profile', value) end |
#role ⇒ Object
returns the Role property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def role properties['role'] end |
#role=(value) ⇒ Object
sets the Role property (String)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def role=(value) update_property('role', value) end |
#server_id ⇒ Object
returns the ServerId property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def server_id properties['server_id'] end |
#server_id=(value) ⇒ Object
sets the ServerId property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def server_id=(value) update_property('server_id', value) end |
#ssh_public_keys ⇒ Object
returns the SshPublicKeys property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def ssh_public_keys properties['ssh_public_keys'] end |
#ssh_public_keys=(value) ⇒ Object
sets the SshPublicKeys property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def ssh_public_keys=(value) update_property('ssh_public_keys', 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 |
#user_name ⇒ Object
returns the UserName property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def user_name properties['user_name'] end |
#user_name=(value) ⇒ Object
sets the UserName property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def user_name=(value) update_property('user_name', value) end |