Show / Hide Table of Contents

Class DeviceDefinitionVersionReference

A reference to a DeviceDefinitionVersion resource.

Inheritance
object
DeviceDefinitionVersionReference
Implements
IDeviceDefinitionVersionReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Interfaces.Greengrass
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DeviceDefinitionVersionReference : IDeviceDefinitionVersionReference
Syntax (vb)
Public Class DeviceDefinitionVersionReference Implements IDeviceDefinitionVersionReference
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.Interfaces.Greengrass;

            var deviceDefinitionVersionReference = new DeviceDefinitionVersionReference {
                DeviceDefinitionVersionId = "deviceDefinitionVersionId"
            };

Synopsis

Constructors

DeviceDefinitionVersionReference()

A reference to a DeviceDefinitionVersion resource.

Properties

DeviceDefinitionVersionId

The Id of the DeviceDefinitionVersion resource.

Constructors

DeviceDefinitionVersionReference()

A reference to a DeviceDefinitionVersion resource.

public DeviceDefinitionVersionReference()
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.Interfaces.Greengrass;

            var deviceDefinitionVersionReference = new DeviceDefinitionVersionReference {
                DeviceDefinitionVersionId = "deviceDefinitionVersionId"
            };

Properties

DeviceDefinitionVersionId

The Id of the DeviceDefinitionVersion resource.

public string DeviceDefinitionVersionId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDeviceDefinitionVersionReference
Back to top Generated by DocFX