Show / Hide Table of Contents

Class FleetReference

A reference to a Fleet resource.

Inheritance
object
FleetReference
Implements
IFleetReference
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 FleetReference : IFleetReference
Syntax (vb)
Public Class FleetReference Implements IFleetReference
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 fleetReference = new FleetReference {
                FleetArn = "fleetArn"
            };

Synopsis

Constructors

FleetReference()

A reference to a Fleet resource.

Properties

FleetArn

The Arn of the Fleet resource.

Constructors

FleetReference()

A reference to a Fleet resource.

public FleetReference()
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 fleetReference = new FleetReference {
                FleetArn = "fleetArn"
            };

Properties

FleetArn

The Arn of the Fleet resource.

public string FleetArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IFleetReference
Back to top Generated by DocFX