Struct rusoto_dax::NotificationConfiguration [] [src]

pub struct NotificationConfiguration {
    pub topic_arn: Option<String>,
    pub topic_status: Option<String>,
}

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

Fields

The Amazon Resource Name (ARN) that identifies the topic.

The current state of the topic.

Trait Implementations

impl Default for NotificationConfiguration
[src]

[src]

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

impl Debug for NotificationConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NotificationConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations