Class: Aws::IoT::Types::Destination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::Destination
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Describes the location of the updated firmware.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_destination  ⇒ Types::S3Destination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the location in S3 of the updated firmware.
 
Instance Attribute Details
#s3_destination ⇒ Types::S3Destination
Describes the location in S3 of the updated firmware.
      6507 6508 6509 6510 6511  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6507 class Destination < Struct.new( :s3_destination) SENSITIVE = [] include Aws::Structure end  |