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)


3207
3208
3209
# File 'sig/types.rbs', line 3207

def display_name
  @display_name
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


3206
3207
3208
# File 'sig/types.rbs', line 3206

def email_address
  @email_address
end