Class: Aws::Types::UserType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::AttributeType]

Returns the value of attribute attributes.

Returns:



2566
2567
2568
# File 'sig/types.rbs', line 2566

def attributes
  @attributes
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def enabled
  @enabled
end

#mfa_options::Array[Types::MFAOptionType]

Returns the value of attribute mfa_options.

Returns:



2571
2572
2573
# File 'sig/types.rbs', line 2571

def mfa_options
  @mfa_options
end

#user_create_date::Time

Returns the value of attribute user_create_date.

Returns:

  • (::Time)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def user_create_date
  @user_create_date
end

#user_last_modified_date::Time

Returns the value of attribute user_last_modified_date.

Returns:

  • (::Time)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def user_last_modified_date
  @user_last_modified_date
end

#user_status"UNCONFIRMED", ...

Returns the value of attribute user_status.

Returns:

  • ("UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD", "EXTERNAL_PROVIDER")


2570
2571
2572
# File 'sig/types.rbs', line 2570

def user_status
  @user_status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2565
2566
2567
# File 'sig/types.rbs', line 2565

def username
  @username
end