Class: Aws::Types::EmailRecipient

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


3217
3218
3219
# File 'sig/types.rbs', line 3217

def address
  @address
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


3218
3219
3220
# File 'sig/types.rbs', line 3218

def display_name
  @display_name
end