Class: Aws::Connect::Types::KinesisStreamConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::KinesisStreamConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Configuration information of a Kinesis data stream.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #stream_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the data stream.
 
Instance Attribute Details
#stream_arn ⇒ String
The Amazon Resource Name (ARN) of the data stream.
      13553 13554 13555 13556 13557  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13553 class KinesisStreamConfig < Struct.new( :stream_arn) SENSITIVE = [] include Aws::Structure end  |