GameProperty
public struct GameProperty : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The game property identifier.
Declaration
Swift
public let key: String
-
The game property value.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws