Class: Aws::Braket::Types::DeviceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DeviceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-braket/types.rb
Overview
Includes information about the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device.
-
#device_name ⇒ String
The name of the device.
-
#device_status ⇒ String
The status of the device.
-
#device_type ⇒ String
The type of the device.
-
#provider_name ⇒ String
The provider of the device.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device.
443 444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-braket/types.rb', line 443 class DeviceSummary < Struct.new( :device_arn, :device_name, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
443 444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-braket/types.rb', line 443 class DeviceSummary < Struct.new( :device_arn, :device_name, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_status ⇒ String
The status of the device.
443 444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-braket/types.rb', line 443 class DeviceSummary < Struct.new( :device_arn, :device_name, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The type of the device.
443 444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-braket/types.rb', line 443 class DeviceSummary < Struct.new( :device_arn, :device_name, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The provider of the device.
443 444 445 446 447 448 449 450 451 |
# File 'lib/aws-sdk-braket/types.rb', line 443 class DeviceSummary < Struct.new( :device_arn, :device_name, :device_status, :device_type, :provider_name) SENSITIVE = [] include Aws::Structure end |