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)


443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-braket/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_nameString

The name of the device.

Returns:

  • (String)


443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-braket/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_statusString

The status of the device.

Returns:

  • (String)


443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-braket/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_typeString

The type of the device.

Returns:

  • (String)


443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-braket/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_nameString

The provider of the device.

Returns:

  • (String)


443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-braket/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