Class: Aws::SESV2::Types::DeleteContactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_nameString

The name of the contact list from which the contact should be removed.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-sesv2/types.rb', line 1469

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

#email_addressString

The contact’s email address.

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
# File 'lib/aws-sdk-sesv2/types.rb', line 1469

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