Class: Aws::Types::Device
- Inherits:
-
Object
- Object
- Aws::Types::Device
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#brand ⇒ "AWS_PANORAMA", "LENOVO"
Returns the value of attribute brand.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#current_software ⇒ ::String
Returns the value of attribute current_software.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_aggregated_status ⇒ "ERROR", ...
Returns the value of attribute device_aggregated_status.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#latest_device_job ⇒ Types::LatestDeviceJob
Returns the value of attribute latest_device_job.
-
#lease_expiration_time ⇒ ::Time
Returns the value of attribute lease_expiration_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provisioning_status ⇒ "AWAITING_PROVISIONING", ...
Returns the value of attribute provisioning_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
Returns the value of attribute type.
Instance Attribute Details
#brand ⇒ "AWS_PANORAMA", "LENOVO"
Returns the value of attribute brand.
348 349 350 |
# File 'sig/types.rbs', line 348 def brand @brand end |
#created_time ⇒ ::Time
Returns the value of attribute created_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.
350 351 352 |
# File 'sig/types.rbs', line 350 def current_software @current_software end |
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
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.
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.
357 358 359 |
# File 'sig/types.rbs', line 357 def name @name end |
#provisioning_status ⇒ "AWAITING_PROVISIONING", ...
Returns the value of attribute provisioning_status.
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.
359 360 361 |
# File 'sig/types.rbs', line 359 def end |
#type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
Returns the value of attribute type.
360 361 362 |
# File 'sig/types.rbs', line 360 def type @type end |