Class: Aws::QConnect::Types::SessionIntegrationConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#topic_integration_arnString

The Amazon Resource Name (ARN) of the integrated Amazon SNS topic used for streaming chat messages.

Returns:

  • (String)


3818
3819
3820
3821
3822
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 3818

class SessionIntegrationConfiguration < Struct.new(
  :topic_integration_arn)
  SENSITIVE = []
  include Aws::Structure
end