Class: Aws::TimestreamQuery::Types::SnsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::SnsConfiguration
- Includes:
- Structure
- Defined in:
- 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.
1741 1742 1743 1744 1745 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1741 class SnsConfiguration < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |