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.
17078 17079 17080 17081 17082 17083 |
# File 'lib/aws-sdk-iot/types.rb', line 17078 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.
17078 17079 17080 17081 17082 17083 |
# File 'lib/aws-sdk-iot/types.rb', line 17078 class UpdatePackageConfigurationRequest < Struct.new( :version_update_by_jobs_config, :client_token) SENSITIVE = [] include Aws::Structure end |