You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_nameString

The name of the contact list.

Returns:

  • (String)

    The name of the contact list.

#created_timestampTime

A timestamp noting when the contact list was created.

Returns:

  • (Time)

    A timestamp noting when the contact list was created.

#descriptionString

A description of what the contact list is about.

Returns:

  • (String)

    A description of what the contact list is about.

#last_updated_timestampTime

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

Returns:

  • (Time)

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

#tagsArray<Types::Tag>

The tags associated with a contact list.

Returns:

  • (Array<Types::Tag>)

    The tags associated with a contact list.

#topicsArray<Types::Topic>

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

Returns:

  • (Array<Types::Topic>)

    An interest group, theme, or label within a list.