Method: Aws::Glacier::Types::VaultNotificationConfig#sns_topic
- Defined in:
- lib/aws-sdk-glacier/types.rb
#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 |