Struct rusoto_glacier::VaultNotificationConfig [] [src]

pub struct VaultNotificationConfig {
    pub events: Option<Vec<String>>,
    pub sns_topic: Option<String>,
}

Represents a vault's notification configuration.

Fields

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

Trait Implementations

impl Default for VaultNotificationConfig
[src]

[src]

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

impl Debug for VaultNotificationConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for VaultNotificationConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more