Class: Aws::Types::UserInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::String

Returns the value of attribute date.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def date
  @date
end

#email::String

Returns the value of attribute email.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def email
  @email
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def name
  @name
end