Class: Aws::Types::UserSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pending_change"CREATE", ...

Returns the value of attribute pending_change.

Returns:

  • ("CREATE", "UPDATE", "DELETE")


902
903
904
# File 'sig/types.rbs', line 902

def pending_change
  @pending_change
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def username
  @username
end