Class: Aws::Glacier::Types::VaultNotificationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::VaultNotificationConfig
- Defined in:
- gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb
Overview
Represents a vault's notification configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<String>
A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.
-
#sns_topic ⇒ String
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
Instance Attribute Details
#events ⇒ Array<String>
A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.
2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2384 class VaultNotificationConfig < Struct.new( :sns_topic, :events) SENSITIVE = [] include Aws::Structure end |
#sns_topic ⇒ String
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
2384 2385 2386 2387 2388 2389 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2384 class VaultNotificationConfig < Struct.new( :sns_topic, :events) SENSITIVE = [] include Aws::Structure end |