Class: Aws::Panorama::Types::OTAJobConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::OTAJobConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
An over-the-air update (OTA) job configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allow_major_version_update ⇒ Boolean
Whether to apply the update if it is a major version change.
-
#image_version ⇒ String
The target version of the device software.
Instance Attribute Details
#allow_major_version_update ⇒ Boolean
Whether to apply the update if it is a major version change.
2266 2267 2268 2269 2270 2271 |
# File 'lib/aws-sdk-panorama/types.rb', line 2266 class OTAJobConfig < Struct.new( :allow_major_version_update, :image_version) SENSITIVE = [] include Aws::Structure end |
#image_version ⇒ String
The target version of the device software.
2266 2267 2268 2269 2270 2271 |
# File 'lib/aws-sdk-panorama/types.rb', line 2266 class OTAJobConfig < Struct.new( :allow_major_version_update, :image_version) SENSITIVE = [] include Aws::Structure end |