Class: Aws::Types::AdditionalEmailRecipients

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cc_list::Array[Types::EmailRecipient]

Returns the value of attribute cc_list.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def cc_list
  @cc_list
end

#to_list::Array[Types::EmailRecipient]

Returns the value of attribute to_list.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def to_list
  @to_list
end