Class: Aws::Panorama::Types::DeviceJobConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DeviceJobConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A job’s configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ota_job_config ⇒ Types::OTAJobConfig
A configuration for an over-the-air (OTA) upgrade.
Instance Attribute Details
#ota_job_config ⇒ Types::OTAJobConfig
A configuration for an over-the-air (OTA) upgrade. Required for OTA jobs.
1322 1323 1324 1325 1326 |
# File 'lib/aws-sdk-panorama/types.rb', line 1322 class DeviceJobConfig < Struct.new( :ota_job_config) SENSITIVE = [] include Aws::Structure end |