Class: Aws::Types::UserAccount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8102
8103
8104
# File 'sig/types.rbs', line 8102

def name
  @name
end

#uid::String

Returns the value of attribute uid.

Returns:

  • (::String)


8101
8102
8103
# File 'sig/types.rbs', line 8101

def uid
  @uid
end