Class: Aws::Types::UpdateUserDetails
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#invite_code ⇒ ::String
Returns the value of attribute invite_code.
-
#invite_code_ttl ⇒ ::Integer
Returns the value of attribute invite_code_ttl.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
955 956 957 |
# File 'sig/types.rbs', line 955 def code_validation @code_validation end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
949 950 951 |
# File 'sig/types.rbs', line 949 def first_name @first_name end |
#invite_code ⇒ ::String
Returns the value of attribute invite_code.
953 954 955 |
# File 'sig/types.rbs', line 953 def invite_code @invite_code end |
#invite_code_ttl ⇒ ::Integer
Returns the value of attribute invite_code_ttl.
954 955 956 |
# File 'sig/types.rbs', line 954 def invite_code_ttl @invite_code_ttl end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
950 951 952 |
# File 'sig/types.rbs', line 950 def last_name @last_name end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
952 953 954 |
# File 'sig/types.rbs', line 952 def security_group_ids @security_group_ids end |
#username ⇒ ::String
Returns the value of attribute username.
951 952 953 |
# File 'sig/types.rbs', line 951 def username @username end |