Class: Aws::IoT::Types::StreamFile
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::StreamFile
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Represents a file to stream.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #file_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The file ID. 
- 
  
    
      #s3_location  ⇒ Types::S3Location 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The location of the file in S3. 
Instance Attribute Details
#file_id ⇒ Integer
The file ID.
| 14513 14514 14515 14516 14517 14518 | # File 'lib/aws-sdk-iot/types.rb', line 14513 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end | 
#s3_location ⇒ Types::S3Location
The location of the file in S3.
| 14513 14514 14515 14516 14517 14518 | # File 'lib/aws-sdk-iot/types.rb', line 14513 class StreamFile < Struct.new( :file_id, :s3_location) SENSITIVE = [] include Aws::Structure end |