Show / Hide Table of Contents

Class RobotApplicationVersionReference

A reference to a RobotApplicationVersion resource.

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

            var robotApplicationVersionReference = new RobotApplicationVersionReference {
                RobotApplicationVersionArn = "robotApplicationVersionArn"
            };

Synopsis

Constructors

RobotApplicationVersionReference()

A reference to a RobotApplicationVersion resource.

Properties

RobotApplicationVersionArn

The Arn of the RobotApplicationVersion resource.

Constructors

RobotApplicationVersionReference()

A reference to a RobotApplicationVersion resource.

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

            var robotApplicationVersionReference = new RobotApplicationVersionReference {
                RobotApplicationVersionArn = "robotApplicationVersionArn"
            };

Properties

RobotApplicationVersionArn

The Arn of the RobotApplicationVersion resource.

public string RobotApplicationVersionArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IRobotApplicationVersionReference
Back to top Generated by DocFX