Class: Aws::Glacier::Types::VaultNotificationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::VaultNotificationConfig
- Includes:
- Structure
- Defined in:
- 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 S3 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 S3 Glacier will send a notification to the specified Amazon SNS topic.
2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-glacier/types.rb', line 2368 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).
2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-glacier/types.rb', line 2368 class VaultNotificationConfig < Struct.new( :sns_topic, :events) SENSITIVE = [] include Aws::Structure end |