Class CfnDevicePropsMixin.DeviceProperty
Information of a particular device.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDevicePropsMixin.DeviceProperty : CfnDevicePropsMixin.IDeviceProperty
Syntax (vb)
Public Class CfnDevicePropsMixin.DeviceProperty Implements CfnDevicePropsMixin.IDeviceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var deviceProperty = new DeviceProperty {
Description = "description",
DeviceName = "deviceName",
IotThingName = "iotThingName"
};
Synopsis
Constructors
| DeviceProperty() | Information of a particular device. |
Properties
| Description | Description of the device. |
| DeviceName | The name of the device. |
| IotThingName | AWS Internet of Things (IoT) object name. |
Constructors
DeviceProperty()
Information of a particular device.
public DeviceProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var deviceProperty = new DeviceProperty {
Description = "description",
DeviceName = "deviceName",
IotThingName = "iotThingName"
};
Properties
Description
Description of the device.
public string? Description { get; set; }
Property Value
Remarks
DeviceName
The name of the device.
public string? DeviceName { get; set; }
Property Value
Remarks
IotThingName
AWS Internet of Things (IoT) object name.
public string? IotThingName { get; set; }