Class: Aws::QConnect::Types::SessionIntegrationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SessionIntegrationConfiguration
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The configuration information for the session integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
Instance Attribute Details
#topic_integration_arn ⇒ String
The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.
8915 8916 8917 8918 8919 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8915 class SessionIntegrationConfiguration < Struct.new( :topic_integration_arn) SENSITIVE = [] include Aws::Structure end |