Class: Aws::IoT::Types::UpdatePackageConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::UpdatePackageConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
 - 
  
    
      #version_update_by_jobs_config  ⇒ Types::VersionUpdateByJobsConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configuration to manage job’s package version reporting.
 
Instance Attribute Details
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
      16318 16319 16320 16321 16322 16323  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16318 class UpdatePackageConfigurationRequest < Struct.new( :version_update_by_jobs_config, :client_token) SENSITIVE = [] include Aws::Structure end  | 
  
#version_update_by_jobs_config ⇒ Types::VersionUpdateByJobsConfig
Configuration to manage job’s package version reporting. This updates the thing’s reserved named shadow that the job targets.
      16318 16319 16320 16321 16322 16323  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 16318 class UpdatePackageConfigurationRequest < Struct.new( :version_update_by_jobs_config, :client_token) SENSITIVE = [] include Aws::Structure end  |