AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the GetDevice operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Braket.Model.GetDeviceResponse

Namespace: Amazon.Braket.Model
Assembly: AWSSDK.Braket.dll
Version: 3.x.y.z

Syntax

C#
public class GetDeviceResponse : AmazonWebServiceResponse

The GetDeviceResponse type exposes the following members

Constructors

NameDescription
Public Method GetDeviceResponse()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of the device.

Public Property DeviceCapabilities System.String

Gets and sets the property DeviceCapabilities.

Details about the capabilities of the device.

Public Property DeviceName System.String

Gets and sets the property DeviceName.

The name of the device.

Public Property DeviceQueueInfo System.Collections.Generic.List<Amazon.Braket.Model.DeviceQueueInfo>

Gets and sets the property DeviceQueueInfo.

List of information about tasks and jobs queued on a device.

Public Property DeviceStatus Amazon.Braket.DeviceStatus

Gets and sets the property DeviceStatus.

The status of the device.

Public Property DeviceType Amazon.Braket.DeviceType

Gets and sets the property DeviceType.

The type of the device.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ProviderName System.String

Gets and sets the property ProviderName.

The name of the partner company for the device.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5