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.

Device attributes.

Inheritance Hierarchy

System.Object
  Amazon.AlexaForBusiness.Model.DeviceData

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

Syntax

C#
public class DeviceData

The DeviceData type exposes the following members

Constructors

NameDescription
Public Method DeviceData()

Properties

NameTypeDescription
Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The time (in epoch) when the device data was created.

Public Property DeviceArn System.String

Gets and sets the property DeviceArn.

The ARN of a device.

Public Property DeviceName System.String

Gets and sets the property DeviceName.

The name of a device.

Public Property DeviceSerialNumber System.String

Gets and sets the property DeviceSerialNumber.

The serial number of a device.

Public Property DeviceStatus Amazon.AlexaForBusiness.DeviceStatus

Gets and sets the property DeviceStatus.

The status of a device.

Public Property DeviceStatusInfo Amazon.AlexaForBusiness.Model.DeviceStatusInfo

Gets and sets the property DeviceStatusInfo.

Detailed information about a device's status.

Public Property DeviceType System.String

Gets and sets the property DeviceType.

The type of a device.

Public Property MacAddress System.String

Gets and sets the property MacAddress.

The MAC address of a device.

Public Property NetworkProfileArn System.String

Gets and sets the property NetworkProfileArn.

The ARN of the network profile associated with a device.

Public Property NetworkProfileName System.String

Gets and sets the property NetworkProfileName.

The name of the network profile associated with a device.

Public Property RoomArn System.String

Gets and sets the property RoomArn.

The room ARN associated with a device.

Public Property RoomName System.String

Gets and sets the property RoomName.

The name of the room associated with a device.

Public Property SoftwareVersion System.String

Gets and sets the property SoftwareVersion.

The software version of a device.

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