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

Class: Aws::DirectoryService::Types::DescribeEventTopicsRequest

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

Overview

Note:

When passing DescribeEventTopicsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_id: "DirectoryId",
  topic_names: ["TopicName"],
}

Describes event topics.

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

Returns:

  • (String)

    The Directory ID for which to get the list of associated SNS topics.

#topic_namesArray<String>

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

Returns:

  • (Array<String>)

    A list of SNS topic names for which to obtain the information.