Class: Aws::Types::DeviceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeviceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#device_status ⇒ "ONLINE", ...
Returns the value of attribute device_status.
-
#device_type ⇒ "QPU", "SIMULATOR"
Returns the value of attribute device_type.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
Instance Attribute Details
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
160 161 162 |
# File 'sig/types.rbs', line 160 def device_arn @device_arn end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
161 162 163 |
# File 'sig/types.rbs', line 161 def device_name @device_name end |
#device_status ⇒ "ONLINE", ...
Returns the value of attribute device_status.
164 165 166 |
# File 'sig/types.rbs', line 164 def device_status @device_status end |
#device_type ⇒ "QPU", "SIMULATOR"
Returns the value of attribute device_type.
163 164 165 |
# File 'sig/types.rbs', line 163 def device_type @device_type end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
162 163 164 |
# File 'sig/types.rbs', line 162 def provider_name @provider_name end |