Class: Aws::Types::DescribeDeviceJobResponse

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)


202
203
204
# File 'sig/types.rbs', line 202

def created_time
  @created_time
end

#device_arn ⇒ ::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def device_arn
  @device_arn
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def device_id
  @device_id
end

#device_name ⇒ ::String

Returns the value of attribute device_name.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def device_name
  @device_name
end

#device_type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"

Returns the value of attribute device_type.

Returns:

  • ("PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE")


206
207
208
# File 'sig/types.rbs', line 206

def device_type
  @device_type
end

#image_version ⇒ ::String

Returns the value of attribute image_version.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def image_version
  @image_version
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def job_id
  @job_id
end

#job_type ⇒ "OTA", "REBOOT"

Returns the value of attribute job_type.

Returns:

  • ("OTA", "REBOOT")


209
210
211
# File 'sig/types.rbs', line 209

def job_type
  @job_type
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "VERIFYING", "REBOOTING", "DOWNLOADING", "COMPLETED", "FAILED")


210
211
212
# File 'sig/types.rbs', line 210

def status
  @status
end