DeleteMatchmakingRuleSetInput

public struct DeleteMatchmakingRuleSetInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for a matchmaking rule set to be deleted. (Note: The rule set name is different from the optional “name” field in the rule set body.) You can use either the rule set name or ARN value.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(name: String)
  • Declaration

    Swift

    public func validate(name: String) throws