Class: Aws::IoT::Types::UpdateStreamResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateStreamResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
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.
      16764 16765 16766 16767 16768 16769 16770 16771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16764 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_arn ⇒ String
The stream ARN.
      16764 16765 16766 16767 16768 16769 16770 16771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16764 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_id ⇒ String
The stream ID.
      16764 16765 16766 16767 16768 16769 16770 16771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16764 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_version ⇒ Integer
The stream version.
      16764 16765 16766 16767 16768 16769 16770 16771  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16764 class UpdateStreamResponse < Struct.new( :stream_id, :stream_arn, :description, :stream_version) SENSITIVE = [] include Aws::Structure end  |