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.
484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-braket/types.rb', line 484 class DeviceSummary < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-braket/types.rb', line 484 class DeviceSummary < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status) SENSITIVE = [] include Aws::Structure end |
#device_status ⇒ String
The status of the device.
484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-braket/types.rb', line 484 class DeviceSummary < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status) SENSITIVE = [] include Aws::Structure end |
#device_type ⇒ String
The type of the device.
484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-braket/types.rb', line 484 class DeviceSummary < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status) SENSITIVE = [] include Aws::Structure end |
#provider_name ⇒ String
The provider of the device.
484 485 486 487 488 489 490 491 492 |
# File 'lib/aws-sdk-braket/types.rb', line 484 class DeviceSummary < Struct.new( :device_arn, :device_name, :provider_name, :device_type, :device_status) SENSITIVE = [] include Aws::Structure end |