Class: Aws::QConnect::Types::SessionIntegrationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SessionIntegrationConfiguration
- Includes:
- Structure
- Defined in:
- 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.
10498 10499 10500 10501 10502 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10498 class SessionIntegrationConfiguration < Struct.new( :topic_integration_arn) SENSITIVE = [] include Aws::Structure end |