Class: Aws::Types::DeviceJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


365
366
367
# File 'sig/types.rbs', line 365

def created_time
  @created_time
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


366
367
368
# File 'sig/types.rbs', line 366

def device_id
  @device_id
end

#device_name ⇒ ::String

Returns the value of attribute device_name.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def device_name
  @device_name
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def job_id
  @job_id
end

#job_type ⇒ "OTA", "REBOOT"

Returns the value of attribute job_type.

Returns:

  • ("OTA", "REBOOT")


369
370
371
# File 'sig/types.rbs', line 369

def job_type
  @job_type
end