Class: Aws::Types::UserMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


2470
2471
2472
# File 'sig/types.rbs', line 2470

def email
  @email
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


2469
2470
2471
# File 'sig/types.rbs', line 2469

def username
  @username
end