Class: Aws::Types::Device

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#brand ⇒ "AWS_PANORAMA", "LENOVO"

Returns the value of attribute brand.

Returns:

  • ("AWS_PANORAMA", "LENOVO")


348
349
350
# File 'sig/types.rbs', line 348

def brand
  @brand
end

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


349
350
351
# File 'sig/types.rbs', line 349

def created_time
  @created_time
end

#current_software ⇒ ::String

Returns the value of attribute current_software.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def current_software
  @current_software
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def description
  @description
end

#device_aggregated_status ⇒ "ERROR", ...

Returns the value of attribute device_aggregated_status.

Returns:

  • ("ERROR", "AWAITING_PROVISIONING", "PENDING", "FAILED", "DELETING", "ONLINE", "OFFLINE", "LEASE_EXPIRED", "UPDATE_NEEDED", "REBOOTING")


352
353
354
# File 'sig/types.rbs', line 352

def device_aggregated_status
  @device_aggregated_status
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def device_id
  @device_id
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


354
355
356
# File 'sig/types.rbs', line 354

def last_updated_time
  @last_updated_time
end

#latest_device_job ⇒ Types::LatestDeviceJob

Returns the value of attribute latest_device_job.



355
356
357
# File 'sig/types.rbs', line 355

def latest_device_job
  @latest_device_job
end

#lease_expiration_time ⇒ ::Time

Returns the value of attribute lease_expiration_time.

Returns:

  • (::Time)


356
357
358
# File 'sig/types.rbs', line 356

def lease_expiration_time
  @lease_expiration_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def name
  @name
end

#provisioning_status ⇒ "AWAITING_PROVISIONING", ...

Returns the value of attribute provisioning_status.

Returns:

  • ("AWAITING_PROVISIONING", "PENDING", "SUCCEEDED", "FAILED", "ERROR", "DELETING")


358
359
360
# File 'sig/types.rbs', line 358

def provisioning_status
  @provisioning_status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


359
360
361
# File 'sig/types.rbs', line 359

def tags
  @tags
end

#type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"

Returns the value of attribute type.

Returns:

  • ("PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE")


360
361
362
# File 'sig/types.rbs', line 360

def type
  @type
end