Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell ⇒ ::String
Returns the value of attribute cell.
-
#challenge_failures ⇒ ::Integer
Returns the value of attribute challenge_failures.
-
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#invite_code ⇒ ::String
Returns the value of attribute invite_code.
-
#is_admin ⇒ Boolean
Returns the value of attribute is_admin.
-
#is_invite_expired ⇒ Boolean
Returns the value of attribute is_invite_expired.
-
#is_user ⇒ Boolean
Returns the value of attribute is_user.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#otp_enabled ⇒ Boolean
Returns the value of attribute otp_enabled.
-
#scim_id ⇒ ::String
Returns the value of attribute scim_id.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#suspended ⇒ Boolean
Returns the value of attribute suspended.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#uname ⇒ ::String
Returns the value of attribute uname.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#cell ⇒ ::String
Returns the value of attribute cell.
994 995 996 |
# File 'sig/types.rbs', line 994 def cell @cell end |
#challenge_failures ⇒ ::Integer
Returns the value of attribute challenge_failures.
996 997 998 |
# File 'sig/types.rbs', line 996 def challenge_failures @challenge_failures end |
#code_validation ⇒ Boolean
Returns the value of attribute code_validation.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def code_validation @code_validation end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
995 996 997 |
# File 'sig/types.rbs', line 995 def country_code @country_code end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
984 985 986 |
# File 'sig/types.rbs', line 984 def first_name @first_name end |
#invite_code ⇒ ::String
Returns the value of attribute invite_code.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def invite_code @invite_code end |
#is_admin ⇒ Boolean
Returns the value of attribute is_admin.
988 989 990 |
# File 'sig/types.rbs', line 988 def is_admin @is_admin end |
#is_invite_expired ⇒ Boolean
Returns the value of attribute is_invite_expired.
997 998 999 |
# File 'sig/types.rbs', line 997 def is_invite_expired @is_invite_expired end |
#is_user ⇒ Boolean
Returns the value of attribute is_user.
998 999 1000 |
# File 'sig/types.rbs', line 998 def is_user @is_user end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
985 986 987 |
# File 'sig/types.rbs', line 985 def last_name @last_name end |
#otp_enabled ⇒ Boolean
Returns the value of attribute otp_enabled.
991 992 993 |
# File 'sig/types.rbs', line 991 def otp_enabled @otp_enabled end |
#scim_id ⇒ ::String
Returns the value of attribute scim_id.
992 993 994 |
# File 'sig/types.rbs', line 992 def scim_id @scim_id end |
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
987 988 989 |
# File 'sig/types.rbs', line 987 def security_groups @security_groups end |
#status ⇒ ::Integer
Returns the value of attribute status.
990 991 992 |
# File 'sig/types.rbs', line 990 def status @status end |
#suspended ⇒ Boolean
Returns the value of attribute suspended.
989 990 991 |
# File 'sig/types.rbs', line 989 def suspended @suspended end |
#type ⇒ ::String
Returns the value of attribute type.
993 994 995 |
# File 'sig/types.rbs', line 993 def type @type end |
#uname ⇒ ::String
Returns the value of attribute uname.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def uname @uname end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
983 984 985 |
# File 'sig/types.rbs', line 983 def user_id @user_id end |
#username ⇒ ::String
Returns the value of attribute username.
986 987 988 |
# File 'sig/types.rbs', line 986 def username @username end |