Struct rusoto_elasticache::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 ElastiCache 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]

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

impl Debug for NotificationConfiguration
[src]

Formats the value using the given formatter.

impl Clone for NotificationConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more