Class: Aws::Types::User

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#cell::String

Returns the value of attribute cell.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def cell
  @cell
end

#challenge_failures::Integer

Returns the value of attribute challenge_failures.

Returns:

  • (::Integer)


996
997
998
# File 'sig/types.rbs', line 996

def challenge_failures
  @challenge_failures
end

#code_validationBoolean

Returns the value of attribute code_validation.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


999
1000
1001
# File 'sig/types.rbs', line 999

def invite_code
  @invite_code
end

#is_adminBoolean

Returns the value of attribute is_admin.

Returns:

  • (Boolean)


988
989
990
# File 'sig/types.rbs', line 988

def is_admin
  @is_admin
end

#is_invite_expiredBoolean

Returns the value of attribute is_invite_expired.

Returns:

  • (Boolean)


997
998
999
# File 'sig/types.rbs', line 997

def is_invite_expired
  @is_invite_expired
end

#is_userBoolean

Returns the value of attribute is_user.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def last_name
  @last_name
end

#otp_enabledBoolean

Returns the value of attribute otp_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


987
988
989
# File 'sig/types.rbs', line 987

def security_groups
  @security_groups
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


990
991
992
# File 'sig/types.rbs', line 990

def status
  @status
end

#suspendedBoolean

Returns the value of attribute suspended.

Returns:

  • (Boolean)


989
990
991
# File 'sig/types.rbs', line 989

def suspended
  @suspended
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def type
  @type
end

#uname::String

Returns the value of attribute uname.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def uname
  @uname
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def user_id
  @user_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def username
  @username
end