Class: Aws::Glacier::Types::GetVaultNotificationsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glacier/types.rb

Overview

Contains the Amazon Glacier response to your request.

Instance Attribute Summary collapse

Instance Attribute Details

#vault_notification_configTypes::VaultNotificationConfig

Returns the notification configuration set on the vault.



1026
1027
1028
1029
# File 'lib/aws-sdk-glacier/types.rb', line 1026

class GetVaultNotificationsOutput < Struct.new(
  :vault_notification_config)
  include Aws::Structure
end