Class: Aws::IoT::Types::DescribeStreamResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeStreamResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #stream_info  ⇒ Types::StreamInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the stream.
 
Instance Attribute Details
#stream_info ⇒ Types::StreamInfo
Information about the stream.
      6232 6233 6234 6235 6236  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6232 class DescribeStreamResponse < Struct.new( :stream_info) SENSITIVE = [] include Aws::Structure end  |