Class: Aws::IoT::Types::StreamSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::StreamSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
A summary of a stream.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the stream.
 - 
  
    
      #stream_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The stream ARN.
 - 
  
    
      #stream_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The stream ID.
 - 
  
    
      #stream_version  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The stream version.
 
Instance Attribute Details
#description ⇒ String
A description of the stream.
      14348 14349 14350 14351 14352 14353 14354 14355  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14348 class StreamSummary < Struct.new( :stream_id, :stream_arn, :stream_version, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_arn ⇒ String
The stream ARN.
      14348 14349 14350 14351 14352 14353 14354 14355  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14348 class StreamSummary < Struct.new( :stream_id, :stream_arn, :stream_version, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_id ⇒ String
The stream ID.
      14348 14349 14350 14351 14352 14353 14354 14355  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14348 class StreamSummary < Struct.new( :stream_id, :stream_arn, :stream_version, :description) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_version ⇒ Integer
The stream version.
      14348 14349 14350 14351 14352 14353 14354 14355  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 14348 class StreamSummary < Struct.new( :stream_id, :stream_arn, :stream_version, :description) SENSITIVE = [] include Aws::Structure end  |