Class: Aws::TimestreamQuery::Types::NotificationConfiguration

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

Overview

Notification configuration for a scheduled query. A notification is sent by Timestream when a scheduled query is created, its state is updated or when it is deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sns_configurationTypes::SnsConfiguration

Details on SNS configuration.



655
656
657
658
659
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 655

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