Class: Aws::Types::EmailAddressInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:email_address, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3113
3114
3115
# File 'sig/types.rbs', line 3113

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


3112
3113
3114
# File 'sig/types.rbs', line 3112

def email_address
  @email_address
end