Struct rusoto_ds::RegisterEventTopicRequest[][src]

pub struct RegisterEventTopicRequest {
    pub directory_id: String,
    pub topic_name: String,
}

Registers a new event topic.

Fields

The Directory ID that will publish status messages to the SNS topic.

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

Trait Implementations

impl Default for RegisterEventTopicRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for RegisterEventTopicRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for RegisterEventTopicRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RegisterEventTopicRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations