Show / Hide Table of Contents

Class SimulationApplicationVersionReference

A reference to a SimulationApplicationVersion resource.

Inheritance
object
SimulationApplicationVersionReference
Implements
ISimulationApplicationVersionReference
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.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SimulationApplicationVersionReference : ISimulationApplicationVersionReference
Syntax (vb)
Public Class SimulationApplicationVersionReference Implements ISimulationApplicationVersionReference
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.RoboMaker;

            var simulationApplicationVersionReference = new SimulationApplicationVersionReference {
                SimulationApplicationVersionArn = "simulationApplicationVersionArn"
            };

Synopsis

Constructors

SimulationApplicationVersionReference()

A reference to a SimulationApplicationVersion resource.

Properties

SimulationApplicationVersionArn

The Arn of the SimulationApplicationVersion resource.

Constructors

SimulationApplicationVersionReference()

A reference to a SimulationApplicationVersion resource.

public SimulationApplicationVersionReference()
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.RoboMaker;

            var simulationApplicationVersionReference = new SimulationApplicationVersionReference {
                SimulationApplicationVersionArn = "simulationApplicationVersionArn"
            };

Properties

SimulationApplicationVersionArn

The Arn of the SimulationApplicationVersion resource.

public string SimulationApplicationVersionArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISimulationApplicationVersionReference
Back to top Generated by DocFX