Struct rusoto_glacier::SetVaultNotificationsInput [] [src]

pub struct SetVaultNotificationsInput {
    pub account_id: String,
    pub vault_name: String,
    pub vault_notification_config: Option<VaultNotificationConfig>,
}

Provides options to configure notifications that will be sent when specific events happen to a vault.

Fields

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens ('-') in the ID.

The name of the vault.

Provides options for specifying notification configuration.

Trait Implementations

impl Default for SetVaultNotificationsInput
[src]

[src]

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

impl Debug for SetVaultNotificationsInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetVaultNotificationsInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations