Class: Aws::Types::CreateJobForDevicesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_ids ⇒ ::Array[::String]

Returns the value of attribute device_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("OTA", "REBOOT")


72
73
74
# File 'sig/types.rbs', line 72

def job_type
  @job_type
end