Class: Aws::Braket::Types::DeviceSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb

Overview

Includes information about the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 479

class DeviceSummary < Struct.new(
  :device_arn,
  :device_name,
  :provider_name,
  :device_type,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of the device.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 479

class DeviceSummary < Struct.new(
  :device_arn,
  :device_name,
  :provider_name,
  :device_type,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end

#device_statusString

The status of the device.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 479

class DeviceSummary < Struct.new(
  :device_arn,
  :device_name,
  :provider_name,
  :device_type,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end

#device_typeString

The type of the device.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 479

class DeviceSummary < Struct.new(
  :device_arn,
  :device_name,
  :provider_name,
  :device_type,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end

#provider_nameString

The provider of the device.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
# File 'gems/aws-sdk-braket/lib/aws-sdk-braket/types.rb', line 479

class DeviceSummary < Struct.new(
  :device_arn,
  :device_name,
  :provider_name,
  :device_type,
  :device_status)
  SENSITIVE = []
  include Aws::Structure
end