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>
List of information about tasks and jobs queued on a 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.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_capabilities ⇒ String
Details about the capabilities of the device.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_queue_info ⇒ Array<Types::DeviceQueueInfo>
List of information about tasks and jobs queued on a device.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_status ⇒ String
The status of the device.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The type of the device.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The name of the partner company for the device.
495 496 497 498 499 500 501 502 503 504 505 |
# File 'lib/aws-sdk-braket/types.rb', line 495 class GetDeviceResponse < Struct.new( :device_arn, :device_capabilities, :device_name, :device_queue_info, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |