Class: Aws::Connect::Types::ChatStreamingConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ChatStreamingConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #streaming_endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the standard Amazon SNS topic.
 
Instance Attribute Details
#streaming_endpoint_arn ⇒ String
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.
      2078 2079 2080 2081 2082  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 2078 class ChatStreamingConfiguration < Struct.new( :streaming_endpoint_arn) SENSITIVE = [] include Aws::Structure end  |