Class: Aws::Connect::Types::ChatStreamingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The streaming configuration, such as the Amazon SNS streaming endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#streaming_endpoint_arnString

The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.

Returns:

  • (String)


1372
1373
1374
1375
1376
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1372

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