Class: Aws::Types::DeviceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeviceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_with_job ⇒ ::String
Returns the value of attribute associated_with_job.
-
#managed_device_arn ⇒ ::String
Returns the value of attribute managed_device_arn.
-
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#associated_with_job ⇒ ::String
Returns the value of attribute associated_with_job.
136 137 138 |
# File 'sig/types.rbs', line 136 def associated_with_job @associated_with_job end |
#managed_device_arn ⇒ ::String
Returns the value of attribute managed_device_arn.
137 138 139 |
# File 'sig/types.rbs', line 137 def managed_device_arn @managed_device_arn end |
#managed_device_id ⇒ ::String
Returns the value of attribute managed_device_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def managed_device_id @managed_device_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
139 140 141 |
# File 'sig/types.rbs', line 139 def end |