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.
8316 8317 8318 8319 8320 |
# File 'lib/aws-sdk-iot/types.rb', line 8316 class GetPackageConfigurationResponse < Struct.new( :version_update_by_jobs_config) SENSITIVE = [] include Aws::Structure end |