Class: Aws::Braket::Types::GetDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::GetDeviceResponse
- Includes:
- Structure
- Defined in:
- 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 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.
562 563 564 565 566 567 568 569 570 571 572 |
# File 'lib/aws-sdk-braket/types.rb', line 562 class GetDeviceResponse < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status, :device_capabilities, :device_queue_info) SENSITIVE = [] include Aws::Structure end |