Class: Aws::Types::UpdateUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserResponse
- 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_expiration ⇒ ::Integer
Returns the value of attribute invite_expiration.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
-
#modified ⇒ ::Integer
Returns the value of attribute modified.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#suspended ⇒ Boolean
Returns the value of attribute suspended.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
978 979 980 |
# File 'sig/types.rbs', line 978 def code_validation @code_validation end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
970 971 972 |
# File 'sig/types.rbs', line 970 def first_name @first_name end |
#invite_code ⇒ ::String
Returns the value of attribute invite_code.
976 977 978 |
# File 'sig/types.rbs', line 976 def invite_code @invite_code end |
#invite_expiration ⇒ ::Integer
Returns the value of attribute invite_expiration.
977 978 979 |
# File 'sig/types.rbs', line 977 def invite_expiration @invite_expiration end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
971 972 973 |
# File 'sig/types.rbs', line 971 def last_name @last_name end |
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
972 973 974 |
# File 'sig/types.rbs', line 972 def middle_name @middle_name end |
#modified ⇒ ::Integer
Returns the value of attribute modified.
974 975 976 |
# File 'sig/types.rbs', line 974 def modified @modified end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
968 969 970 |
# File 'sig/types.rbs', line 968 def network_id @network_id end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
969 970 971 |
# File 'sig/types.rbs', line 969 def security_group_ids @security_group_ids end |
#status ⇒ ::Integer
Returns the value of attribute status.
975 976 977 |
# File 'sig/types.rbs', line 975 def status @status end |
#suspended ⇒ Boolean
Returns the value of attribute suspended.
973 974 975 |
# File 'sig/types.rbs', line 973 def suspended @suspended end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
967 968 969 |
# File 'sig/types.rbs', line 967 def user_id @user_id end |