You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Includes information about the device.

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device.

Returns:

  • (String)

    The ARN of the device.

#device_nameString

The name of the device.

Returns:

  • (String)

    The name of the device.

#device_statusString

The status of the device.

Possible values:

  • ONLINE
  • OFFLINE

Returns:

  • (String)

    The status of the device.

#device_typeString

The type of the device.

Possible values:

  • QPU
  • SIMULATOR

Returns:

  • (String)

    The type of the device.

#provider_nameString

The provider of the device.

Returns:

  • (String)

    The provider of the device.