Class: Aws::Glacier::Types::GetVaultNotificationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::GetVaultNotificationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vault_notification_config ⇒ Types::VaultNotificationConfig
Returns the notification configuration set on the vault.
Instance Attribute Details
#vault_notification_config ⇒ Types::VaultNotificationConfig
Returns the notification configuration set on the vault.
859 860 861 862 863 |
# File 'lib/aws-sdk-glacier/types.rb', line 859 class GetVaultNotificationsOutput < Struct.new( :vault_notification_config) SENSITIVE = [] include Aws::Structure end |