Class: Aws::SESV2::Types::GetContactListResponse

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.

Returns:

  • (String)


2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-sesv2/types.rb', line 2891

class GetContactListResponse < Struct.new(
  :contact_list_name,
  :topics,
  :description,
  :created_timestamp,
  :last_updated_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

A timestamp noting when the contact list was created.

Returns:

  • (Time)


2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-sesv2/types.rb', line 2891

class GetContactListResponse < Struct.new(
  :contact_list_name,
  :topics,
  :description,
  :created_timestamp,
  :last_updated_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of what the contact list is about.

Returns:

  • (String)


2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-sesv2/types.rb', line 2891

class GetContactListResponse < Struct.new(
  :contact_list_name,
  :topics,
  :description,
  :created_timestamp,
  :last_updated_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

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

Returns:

  • (Time)


2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-sesv2/types.rb', line 2891

class GetContactListResponse < Struct.new(
  :contact_list_name,
  :topics,
  :description,
  :created_timestamp,
  :last_updated_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with a contact list.

Returns:



2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-sesv2/types.rb', line 2891

class GetContactListResponse < Struct.new(
  :contact_list_name,
  :topics,
  :description,
  :created_timestamp,
  :last_updated_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#topicsArray<Types::Topic>

An interest group, theme, or label within a list. A contact list can have multiple topics.

Returns:



2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
# File 'lib/aws-sdk-sesv2/types.rb', line 2891

class GetContactListResponse < Struct.new(
  :contact_list_name,
  :topics,
  :description,
  :created_timestamp,
  :last_updated_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end