Show / Hide Table of Contents

Class MatchmakingRuleSetReference

A reference to a MatchmakingRuleSet resource.

Inheritance
object
MatchmakingRuleSetReference
Implements
IMatchmakingRuleSetReference
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 MatchmakingRuleSetReference : IMatchmakingRuleSetReference
Syntax (vb)
Public Class MatchmakingRuleSetReference Implements IMatchmakingRuleSetReference
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 matchmakingRuleSetReference = new MatchmakingRuleSetReference {
                MatchmakingRuleSetArn = "matchmakingRuleSetArn",
                MatchmakingRuleSetName = "matchmakingRuleSetName"
            };

Synopsis

Constructors

MatchmakingRuleSetReference()

A reference to a MatchmakingRuleSet resource.

Properties

MatchmakingRuleSetArn

The ARN of the MatchmakingRuleSet resource.

MatchmakingRuleSetName

The Name of the MatchmakingRuleSet resource.

Constructors

MatchmakingRuleSetReference()

A reference to a MatchmakingRuleSet resource.

public MatchmakingRuleSetReference()
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 matchmakingRuleSetReference = new MatchmakingRuleSetReference {
                MatchmakingRuleSetArn = "matchmakingRuleSetArn",
                MatchmakingRuleSetName = "matchmakingRuleSetName"
            };

Properties

MatchmakingRuleSetArn

The ARN of the MatchmakingRuleSet resource.

public string MatchmakingRuleSetArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

MatchmakingRuleSetName

The Name of the MatchmakingRuleSet resource.

public string MatchmakingRuleSetName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IMatchmakingRuleSetReference
Back to top Generated by DocFX