Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addresses ⇒ ::Array[Types::Address]
Returns the value of attribute addresses.
-
#birthdate ⇒ ::String
Returns the value of attribute birthdate.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#emails ⇒ ::Array[Types::Email]
Returns the value of attribute emails.
-
#extensions ⇒ ::Hash[::String, untyped]
Returns the value of attribute extensions.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#name ⇒ Types::Name
Returns the value of attribute name.
-
#nick_name ⇒ ::String
Returns the value of attribute nick_name.
-
#phone_numbers ⇒ ::Array[Types::PhoneNumber]
Returns the value of attribute phone_numbers.
-
#photos ⇒ ::Array[Types::Photo]
Returns the value of attribute photos.
-
#preferred_language ⇒ ::String
Returns the value of attribute preferred_language.
-
#profile_url ⇒ ::String
Returns the value of attribute profile_url.
-
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#user_type ⇒ ::String
Returns the value of attribute user_type.
-
#website ⇒ ::String
Returns the value of attribute website.
Instance Attribute Details
#addresses ⇒ ::Array[Types::Address]
Returns the value of attribute addresses.
91 92 93 |
# File 'sig/types.rbs', line 91 def addresses @addresses end |
#birthdate ⇒ ::String
Returns the value of attribute birthdate.
100 101 102 |
# File 'sig/types.rbs', line 100 def birthdate @birthdate end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
87 88 89 |
# File 'sig/types.rbs', line 87 def display_name @display_name end |
#emails ⇒ ::Array[Types::Email]
Returns the value of attribute emails.
90 91 92 |
# File 'sig/types.rbs', line 90 def emails @emails end |
#extensions ⇒ ::Hash[::String, untyped]
Returns the value of attribute extensions.
102 103 104 |
# File 'sig/types.rbs', line 102 def extensions @extensions end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
84 85 86 |
# File 'sig/types.rbs', line 84 def identity_store_id @identity_store_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
96 97 98 |
# File 'sig/types.rbs', line 96 def locale @locale end |
#name ⇒ Types::Name
Returns the value of attribute name.
86 87 88 |
# File 'sig/types.rbs', line 86 def name @name end |
#nick_name ⇒ ::String
Returns the value of attribute nick_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def nick_name @nick_name end |
#phone_numbers ⇒ ::Array[Types::PhoneNumber]
Returns the value of attribute phone_numbers.
92 93 94 |
# File 'sig/types.rbs', line 92 def phone_numbers @phone_numbers end |
#photos ⇒ ::Array[Types::Photo]
Returns the value of attribute photos.
98 99 100 |
# File 'sig/types.rbs', line 98 def photos @photos end |
#preferred_language ⇒ ::String
Returns the value of attribute preferred_language.
95 96 97 |
# File 'sig/types.rbs', line 95 def preferred_language @preferred_language end |
#profile_url ⇒ ::String
Returns the value of attribute profile_url.
89 90 91 |
# File 'sig/types.rbs', line 89 def profile_url @profile_url end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
101 102 103 |
# File 'sig/types.rbs', line 101 def roles @roles end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
97 98 99 |
# File 'sig/types.rbs', line 97 def timezone @timezone end |
#title ⇒ ::String
Returns the value of attribute title.
94 95 96 |
# File 'sig/types.rbs', line 94 def title @title end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def user_name @user_name end |
#user_type ⇒ ::String
Returns the value of attribute user_type.
93 94 95 |
# File 'sig/types.rbs', line 93 def user_type @user_type end |
#website ⇒ ::String
Returns the value of attribute website.
99 100 101 |
# File 'sig/types.rbs', line 99 def website @website end |