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

Class: Aws::DirectoryService::Types::EventTopic

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

Overview

Information about SNS topic and AWS Directory Service directory associations.

Instance Attribute Summary collapse

Instance Attribute Details

#created_date_timeTime

The date and time of when you associated your directory with the SNS topic.

Returns:

  • (Time)

    The date and time of when you associated your directory with the SNS topic.

#directory_idString

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

Returns:

  • (String)

    The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

#statusString

The topic registration status.

Possible values:

  • Registered
  • Topic not found
  • Failed
  • Deleted

Returns:

  • (String)

    The topic registration status.

#topic_arnString

The SNS topic ARN (Amazon Resource Name).

Returns:

  • (String)

    The SNS topic ARN (Amazon Resource Name).

#topic_nameString

The name of an AWS SNS topic the receives status messages from the directory.

Returns:

  • (String)

    The name of an AWS SNS topic the receives status messages from the directory.