Class: Aws::IoT::Types::GetPackageConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetPackageConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#version_update_by_jobs_config ⇒ Types::VersionUpdateByJobsConfig
The version that is associated to a specific job.
Instance Attribute Details
#version_update_by_jobs_config ⇒ Types::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 |