Class: Aws::Types::UserType

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::AttributeType]

Returns the value of attribute attributes.

Returns:



2598
2599
2600
# File 'sig/types.rbs', line 2598

def attributes
  @attributes
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:



2601
2602
2603
# File 'sig/types.rbs', line 2601

def enabled
  @enabled
end

#mfa_options::Array[Types::MFAOptionType]

Returns the value of attribute mfa_options.

Returns:



2603
2604
2605
# File 'sig/types.rbs', line 2603

def mfa_options
  @mfa_options
end

#user_create_date::Time

Returns the value of attribute user_create_date.

Returns:



2599
2600
2601
# File 'sig/types.rbs', line 2599

def user_create_date
  @user_create_date
end

#user_last_modified_date::Time

Returns the value of attribute user_last_modified_date.

Returns:



2600
2601
2602
# File 'sig/types.rbs', line 2600

def user_last_modified_date
  @user_last_modified_date
end

#user_status"UNCONFIRMED", ...

Returns the value of attribute user_status.

Returns:



2602
2603
2604
# File 'sig/types.rbs', line 2602

def user_status
  @user_status
end

#username::String

Returns the value of attribute username.

Returns:



2597
2598
2599
# File 'sig/types.rbs', line 2597

def username
  @username
end