Class: Aws::Braket::Types::DeviceConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deviceString

The primary device ARN used to create and run an Amazon Braket hybrid job.

Returns:

  • (String)


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