Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#given_name ⇒ ::String
Returns the value of attribute given_name.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#storage_rule ⇒ Types::StorageRuleType
Returns the value of attribute storage_rule.
-
#surname ⇒ ::String
Returns the value of attribute surname.
-
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
160 161 162 |
# File 'sig/types.rbs', line 160 def authentication_token @authentication_token end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
154 155 156 |
# File 'sig/types.rbs', line 154 def email_address @email_address end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
155 156 157 |
# File 'sig/types.rbs', line 155 def given_name @given_name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def organization_id @organization_id end |
#password ⇒ ::String
Returns the value of attribute password.
157 158 159 |
# File 'sig/types.rbs', line 157 def password @password end |
#storage_rule ⇒ Types::StorageRuleType
Returns the value of attribute storage_rule.
159 160 161 |
# File 'sig/types.rbs', line 159 def storage_rule @storage_rule end |
#surname ⇒ ::String
Returns the value of attribute surname.
156 157 158 |
# File 'sig/types.rbs', line 156 def surname @surname end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def time_zone_id @time_zone_id end |
#username ⇒ ::String
Returns the value of attribute username.
153 154 155 |
# File 'sig/types.rbs', line 153 def username @username end |