MatchmakingRuleSet
public struct MatchmakingRuleSet : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time stamp indicating when this data object was created. The format is a number expressed in Unix time as milliseconds (for example “1469498468.057”).
Declaration
Swift
public let creationTime: TimeStamp?
-
Amazon Resource Name (ARN) that is assigned to a GameLift matchmaking rule set resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift rule set ARN, the resource ID matches the RuleSetName value.
Declaration
Swift
public let ruleSetArn: String?
-
A collection of matchmaking rules, formatted as a JSON string. Comments are not allowed in JSON, but most elements support a description field.
Declaration
Swift
public let ruleSetBody: String
-
A unique identifier for a matchmaking rule set
Declaration
Swift
public let ruleSetName: String?
-
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, ruleSetArn: String? = nil, ruleSetBody: String, ruleSetName: String? = nil)