Class: Aws::TimestreamQuery::Types::SnsConfiguration

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

Overview

Details on SNS that are required to send the notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

SNS topic ARN that the scheduled query status notifications will be sent to.

Returns:

  • (String)


1203
1204
1205
1206
1207
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1203

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