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

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

Overview

Contains the Amazon S3 Glacier response to your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vault_notification_configTypes::VaultNotificationConfig

Returns the notification configuration set on the vault.



859
860
861
862
863
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 859

class GetVaultNotificationsOutput < Struct.new(
  :vault_notification_config)
  SENSITIVE = []
  include Aws::Structure
end