Class: Aws::Types::UserMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :given_name, :surname, :email_address])

Instance Attribute Summary collapse

Instance Attribute Details

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


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

def email_address
  @email_address
end

#given_name::String

Returns the value of attribute given_name.

Returns:

  • (::String)


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

def given_name
  @given_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def id
  @id
end

#surname::String

Returns the value of attribute surname.

Returns:

  • (::String)


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

def surname
  @surname
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


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

def username
  @username
end