Class: Aws::Types::GetDeviceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#device_capabilities ⇒ ::String
Returns the value of attribute device_capabilities.
-
#device_name ⇒ ::String
Returns the value of attribute device_name.
-
#device_queue_info ⇒ ::Array[Types::DeviceQueueInfo]
Returns the value of attribute device_queue_info.
-
#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.
185 186 187 |
# File 'sig/types.rbs', line 185 def device_arn @device_arn end |
#device_capabilities ⇒ ::String
Returns the value of attribute device_capabilities.
190 191 192 |
# File 'sig/types.rbs', line 190 def device_capabilities @device_capabilities end |
#device_name ⇒ ::String
Returns the value of attribute device_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def device_name @device_name end |
#device_queue_info ⇒ ::Array[Types::DeviceQueueInfo]
Returns the value of attribute device_queue_info.
191 192 193 |
# File 'sig/types.rbs', line 191 def device_queue_info @device_queue_info end |
#device_status ⇒ "ONLINE", ...
Returns the value of attribute device_status.
189 190 191 |
# File 'sig/types.rbs', line 189 def device_status @device_status end |
#device_type ⇒ "QPU", "SIMULATOR"
Returns the value of attribute device_type.
188 189 190 |
# File 'sig/types.rbs', line 188 def device_type @device_type end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
187 188 189 |
# File 'sig/types.rbs', line 187 def provider_name @provider_name end |