Class: Aws::Glacier::Types::VaultNotificationConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventsArray<String>

A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.

Returns:

  • (Array<String>)


2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2368

class VaultNotificationConfig < Struct.new(
  :sns_topic,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topicString

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

Returns:

  • (String)


2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2368

class VaultNotificationConfig < Struct.new(
  :sns_topic,
  :events)
  SENSITIVE = []
  include Aws::Structure
end