Class: Aws::IoT::Types::UpdateStreamRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdateStreamRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the stream.
 - 
  
    
      #files  ⇒ Array<Types::StreamFile> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The files associated with the stream.
 - 
  
    
      #role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An IAM role that allows the IoT service principal assumes to access your S3 files.
 - 
  
    
      #stream_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The stream ID.
 
Instance Attribute Details
#description ⇒ String
The description of the stream.
      16739 16740 16741 16742 16743 16744 16745 16746  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16739 class UpdateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#files ⇒ Array<Types::StreamFile>
The files associated with the stream.
      16739 16740 16741 16742 16743 16744 16745 16746  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16739 class UpdateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#role_arn ⇒ String
An IAM role that allows the IoT service principal assumes to access your S3 files.
      16739 16740 16741 16742 16743 16744 16745 16746  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16739 class UpdateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#stream_id ⇒ String
The stream ID.
      16739 16740 16741 16742 16743 16744 16745 16746  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16739 class UpdateStreamRequest < Struct.new( :stream_id, :description, :files, :role_arn) SENSITIVE = [] include Aws::Structure end  |