Class: Aws::SESV2::Types::ImportDestination

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 resource destination the import job is going to target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_destinationTypes::ContactListDestination

An object that contains the action of the import job towards a contact list.



3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3814

class ImportDestination < Struct.new(
  :suppression_list_destination,
  :contact_list_destination)
  SENSITIVE = []
  include Aws::Structure
end

#suppression_list_destinationTypes::SuppressionListDestination

An object that contains the action of the import job towards suppression list.



3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3814

class ImportDestination < Struct.new(
  :suppression_list_destination,
  :contact_list_destination)
  SENSITIVE = []
  include Aws::Structure
end