Class: Aws::Types::CreateJobForDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobForDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_ids ⇒ ::Array[::String]
Returns the value of attribute device_ids.
-
#device_job_config ⇒ Types::DeviceJobConfig
Returns the value of attribute device_job_config.
-
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
Instance Attribute Details
#device_ids ⇒ ::Array[::String]
Returns the value of attribute device_ids.
70 71 72 |
# File 'sig/types.rbs', line 70 def device_ids @device_ids end |
#device_job_config ⇒ Types::DeviceJobConfig
Returns the value of attribute device_job_config.
71 72 73 |
# File 'sig/types.rbs', line 71 def device_job_config @device_job_config end |
#job_type ⇒ "OTA", "REBOOT"
Returns the value of attribute job_type.
72 73 74 |
# File 'sig/types.rbs', line 72 def job_type @job_type end |