Class: Aws::SESV2::Types::ContactListDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

An object that contains details about the action of a contact list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_import_actionString

>The type of action to perform on the addresses. The following are the possible values:

  • PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.

  • DELETE: remove the addresses from the contact list.

Returns:

  • (String)


607
608
609
610
611
612
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 607

class ContactListDestination < Struct.new(
  :contact_list_name,
  :contact_list_import_action)
  SENSITIVE = []
  include Aws::Structure
end

#contact_list_nameString

The name of the contact list.

Returns:

  • (String)


607
608
609
610
611
612
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 607

class ContactListDestination < Struct.new(
  :contact_list_name,
  :contact_list_import_action)
  SENSITIVE = []
  include Aws::Structure
end