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:



37
38
39
# File 'sig/types.rbs', line 37

def cc_list
  @cc_list
end

#to_list::Array[Types::EmailRecipient]

Returns the value of attribute to_list.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def to_list
  @to_list
end