Class: Aws::SESV2::Types::ContactList

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

Overview

A list that contains contacts that have subscribed to a particular topic or topics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_nameString

The name of the contact list.

Returns:

  • (String)


582
583
584
585
586
587
# File 'lib/aws-sdk-sesv2/types.rb', line 582

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

#last_updated_timestampTime

A timestamp noting the last time the contact list was updated.

Returns:

  • (Time)


582
583
584
585
586
587
# File 'lib/aws-sdk-sesv2/types.rb', line 582

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