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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/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)


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

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)


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

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