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_arn ⇒ String

The ARN of the device.

Returns:

  • (String) —

    The ARN of the device.

#device_capabilities ⇒ String

Details about the capabilities of the device.

Returns:

  • (String) —

    Details about the capabilities of the device.

#device_name ⇒ String

The name of the device.

Returns:

  • (String) —

    The name of the device.

#device_status ⇒ String

The status of the device.

Possible values:

  • ONLINE
  • OFFLINE

Returns:

  • (String) —

    The status of the device.

#device_type ⇒ String

The type of the device.

Possible values:

  • QPU
  • SIMULATOR

Returns:

  • (String) —

    The type of the device.

#provider_name ⇒ String

The name of the partner company for the device.

Returns:

  • (String) —

    The name of the partner company for the device.