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

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


2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2828

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)


2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2828

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)


2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2828

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)


2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2828

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:



2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2828

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:



2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2828

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