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.
7567 7568 7569 7570 7571 |
# File 'lib/aws-sdk-iot/types.rb', line 7567 class GetPackageConfigurationResponse < Struct.new( :version_update_by_jobs_config) SENSITIVE = [] include Aws::Structure end |