Show / Hide Table of Contents

Class ContainerFleetReference

A reference to a ContainerFleet resource.

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

            var containerFleetReference = new ContainerFleetReference {
                FleetId = "fleetId"
            };

Synopsis

Constructors

ContainerFleetReference()

A reference to a ContainerFleet resource.

Properties

FleetId

The FleetId of the ContainerFleet resource.

Constructors

ContainerFleetReference()

A reference to a ContainerFleet resource.

public ContainerFleetReference()
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.GameLift;

            var containerFleetReference = new ContainerFleetReference {
                FleetId = "fleetId"
            };

Properties

FleetId

The FleetId of the ContainerFleet resource.

public string FleetId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IContainerFleetReference
Back to top Generated by DocFX