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

Class: Aws::Braket::Types::GetDeviceResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device.

Returns:

  • (String)

    The ARN of the device.

#device_capabilitiesString

Details about the capabilities of the device.

Returns:

  • (String)

    Details about the capabilities 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 name of the partner company for the device.

Returns:

  • (String)

    The name of the partner company for the device.