Class: Humidifier::Connect::User

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

Overview

A dynamically-defined class that represents an AWS::Connect::User resource

AWS 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_user_idObject

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_arnObject

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_infoObject

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_arnObject

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

#passwordObject

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_configObject

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_arnObject

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_arnsObject

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

#tagsObject

returns the Tags property



90
91
92
# File 'lib/humidifier/magic.rb', line 90

def tags
  properties['tags']
end

#tags=(value) ⇒ Object

sets the Tags property (List)



95
96
97
# File 'lib/humidifier/magic.rb', line 95

def tags=(value)
  update_property('tags', value)
end

#usernameObject

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