Class: Aws::IoT::Types::GetPackageConfigurationResponse

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

#version_update_by_jobs_configTypes::VersionUpdateByJobsConfig

The version that is associated to a specific job.



7456
7457
7458
7459
7460
# File 'lib/aws-sdk-iot/types.rb', line 7456

class GetPackageConfigurationResponse < Struct.new(
  :version_update_by_jobs_config)
  SENSITIVE = []
  include Aws::Structure
end