Class: Aws::IoT::Types::S3Destination
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::S3Destination
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Describes the location of updated firmware in S3.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The S3 bucket that contains the updated firmware. 
- 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The S3 prefix. 
Instance Attribute Details
#bucket ⇒ String
The S3 bucket that contains the updated firmware.
| 14786 14787 14788 14789 14790 14791 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14786 class S3Destination < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end | 
#prefix ⇒ String
The S3 prefix.
| 14786 14787 14788 14789 14790 14791 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14786 class S3Destination < Struct.new( :bucket, :prefix) SENSITIVE = [] include Aws::Structure end |