Class: Aws::TimestreamQuery::Types::SnsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::SnsConfiguration
- 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
-
#topic_arn ⇒ String
SNS topic ARN that the scheduled query status notifications will be sent to.
Instance Attribute Details
#topic_arn ⇒ String
SNS topic ARN that the scheduled query status notifications will be sent to.
1576 1577 1578 1579 1580 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1576 class SnsConfiguration < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |