Class: Humidifier::Connect::User
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::Connect::User resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#directory_user_id ⇒ Object
returns the DirectoryUserId property.
-
#directory_user_id=(value) ⇒ Object
sets the DirectoryUserId property (String).
-
#hierarchy_group_arn ⇒ Object
returns the HierarchyGroupArn property.
-
#hierarchy_group_arn=(value) ⇒ Object
sets the HierarchyGroupArn property (String).
-
#identity_info ⇒ Object
returns the IdentityInfo property.
-
#identity_info=(value) ⇒ Object
sets the IdentityInfo property (Structure).
-
#instance_arn ⇒ Object
returns the InstanceArn property.
-
#instance_arn=(value) ⇒ Object
sets the InstanceArn property (String).
-
#password ⇒ Object
returns the Password property.
-
#password=(value) ⇒ Object
sets the Password property (String).
-
#phone_config ⇒ Object
returns the PhoneConfig property.
-
#phone_config=(value) ⇒ Object
sets the PhoneConfig property (Structure).
-
#routing_profile_arn ⇒ Object
returns the RoutingProfileArn property.
-
#routing_profile_arn=(value) ⇒ Object
sets the RoutingProfileArn property (String).
-
#security_profile_arns ⇒ Object
returns the SecurityProfileArns property.
-
#security_profile_arns=(value) ⇒ Object
sets the SecurityProfileArns property (List).
-
#tags ⇒ Object
returns the Tags property.
-
#tags=(value) ⇒ Object
sets the Tags property (List).
-
#username ⇒ Object
returns the Username property.
-
#username=(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
#directory_user_id ⇒ Object
returns the DirectoryUserId property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def directory_user_id properties['directory_user_id'] end |
#directory_user_id=(value) ⇒ Object
sets the DirectoryUserId property (String)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def directory_user_id=(value) update_property('directory_user_id', value) end |
#hierarchy_group_arn ⇒ Object
returns the HierarchyGroupArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def hierarchy_group_arn properties['hierarchy_group_arn'] end |
#hierarchy_group_arn=(value) ⇒ Object
sets the HierarchyGroupArn property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def hierarchy_group_arn=(value) update_property('hierarchy_group_arn', value) end |
#identity_info ⇒ Object
returns the IdentityInfo property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def identity_info properties['identity_info'] end |
#identity_info=(value) ⇒ Object
sets the IdentityInfo property (Structure)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def identity_info=(value) update_property('identity_info', value) end |
#instance_arn ⇒ Object
returns the InstanceArn property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def instance_arn properties['instance_arn'] end |
#instance_arn=(value) ⇒ Object
sets the InstanceArn property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def instance_arn=(value) update_property('instance_arn', value) end |
#password ⇒ Object
returns the Password property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def password properties['password'] end |
#password=(value) ⇒ Object
sets the Password property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def password=(value) update_property('password', value) end |
#phone_config ⇒ Object
returns the PhoneConfig property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def phone_config properties['phone_config'] end |
#phone_config=(value) ⇒ Object
sets the PhoneConfig property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def phone_config=(value) update_property('phone_config', value) end |
#routing_profile_arn ⇒ Object
returns the RoutingProfileArn property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def routing_profile_arn properties['routing_profile_arn'] end |
#routing_profile_arn=(value) ⇒ Object
sets the RoutingProfileArn property (String)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def routing_profile_arn=(value) update_property('routing_profile_arn', value) end |
#security_profile_arns ⇒ Object
returns the SecurityProfileArns property
80 81 82 |
# File 'lib/humidifier/magic.rb', line 80 def security_profile_arns properties['security_profile_arns'] end |
#security_profile_arns=(value) ⇒ Object
sets the SecurityProfileArns property (List)
85 86 87 |
# File 'lib/humidifier/magic.rb', line 85 def security_profile_arns=(value) update_property('security_profile_arns', 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 |
#username ⇒ Object
returns the Username property
100 101 102 |
# File 'lib/humidifier/magic.rb', line 100 def username properties['username'] end |
#username=(value) ⇒ Object
sets the Username property (String)
105 106 107 |
# File 'lib/humidifier/magic.rb', line 105 def username=(value) update_property('username', value) end |