Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name, :first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1695
1696
1697
# File 'sig/types.rbs', line 1695

def arn
  @arn
end

#authentication_type"API", ...

Returns the value of attribute authentication_type.

Returns:

  • ("API", "SAML", "USERPOOL", "AWS_AD")


1702
1703
1704
# File 'sig/types.rbs', line 1702

def authentication_type
  @authentication_type
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def created_time
  @created_time
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def enabled
  @enabled
end

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def first_name
  @first_name
end

#last_name::String

Returns the value of attribute last_name.

Returns:

  • (::String)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def last_name
  @last_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def status
  @status
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def user_name
  @user_name
end