Class: Aws::IoT::Types::UpdatePackageConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_configTypes::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