Class: Aws::Panorama::Types::OTAJobConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

An over-the-air update (OTA) job configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_major_version_updateBoolean

Whether to apply the update if it is a major version change.

Returns:

  • (Boolean)


2266
2267
2268
2269
2270
2271
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2266

class OTAJobConfig < Struct.new(
  :allow_major_version_update,
  :image_version)
  SENSITIVE = []
  include Aws::Structure
end

#image_versionString

The target version of the device software.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2266

class OTAJobConfig < Struct.new(
  :allow_major_version_update,
  :image_version)
  SENSITIVE = []
  include Aws::Structure
end