Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disabled_date::Time

Returns the value of attribute disabled_date.

Returns:

  • (::Time)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def disabled_date
  @disabled_date
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def display_name
  @display_name
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def email
  @email
end

#enabled_date::Time

Returns the value of attribute enabled_date.

Returns:

  • (::Time)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def enabled_date
  @enabled_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def id
  @id
end

#identity_provider_identity_store_id::String

Returns the value of attribute identity_provider_identity_store_id.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def identity_provider_identity_store_id
  @identity_provider_identity_store_id
end

#identity_provider_user_id::String

Returns the value of attribute identity_provider_user_id.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def identity_provider_user_id
  @identity_provider_user_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def name
  @name
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED", "DELETED")


1569
1570
1571
# File 'sig/types.rbs', line 1569

def state
  @state
end

#user_role"USER", ...

Returns the value of attribute user_role.

Returns:

  • ("USER", "RESOURCE", "SYSTEM_USER", "REMOTE_USER")


1570
1571
1572
# File 'sig/types.rbs', line 1570

def user_role
  @user_role
end