Class: Aws::ChimeSDKMediaPipelines::Types::SnsTopicSinkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::SnsTopicSinkConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The configuration settings for the SNS topic sink.
Constant Summary collapse
- SENSITIVE =
[:insights_target]
Instance Attribute Summary collapse
-
#insights_target ⇒ String
The ARN of the SNS sink.
Instance Attribute Details
#insights_target ⇒ String
The ARN of the SNS sink.
2985 2986 2987 2988 2989 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2985 class SnsTopicSinkConfiguration < Struct.new( :insights_target) SENSITIVE = [:insights_target] include Aws::Structure end |