Class: Aws::Braket::Types::DeviceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Braket::Types::DeviceConfig
- Defined in:
- gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb
Overview
Configures the primary device used to create and run an Amazon Braket hybrid job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device ⇒ String
The primary device ARN used to create and run an Amazon Braket hybrid job.
Instance Attribute Details
#device ⇒ String
The primary device ARN used to create and run an Amazon Braket hybrid job.
396 397 398 399 400 |
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 396 class DeviceConfig < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |