Class: Aws::Braket::Types::GetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetDeviceResponse
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device.
-
#device_capabilities ⇒ String
Details about the capabilities of the device.
-
#device_name ⇒ String
The name of the device.
-
#device_queue_info ⇒ Array<Types::DeviceQueueInfo>
The number of quantum tasks and hybrid jobs currently queued on the device.
-
#device_status ⇒ String
The status of the device.
-
#device_type ⇒ String
The type of the device.
-
#provider_name ⇒ String
The name of the partner company for the device.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |
#device_capabilities ⇒ String
Details about the capabilities of the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |
#device_queue_info ⇒ Array<Types::DeviceQueueInfo>
The number of quantum tasks and hybrid jobs currently queued on the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |
#device_status ⇒ String
The status of the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The type of the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the partner company for the device.
532 533 534 535 536 537 538 539 540 541 542 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 532 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |