Class InstanceReference
A reference to a Instance resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.OpsWorks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class InstanceReference : IInstanceReference
Syntax (vb)
Public Class InstanceReference Implements IInstanceReference
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.OpsWorks;
var instanceReference = new InstanceReference { };
Synopsis
Constructors
| InstanceReference() | A reference to a Instance resource. |
Constructors
InstanceReference()
A reference to a Instance resource.
public InstanceReference()
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.OpsWorks;
var instanceReference = new InstanceReference { };