ResourceCreationLimitPolicy
public struct ResourceCreationLimitPolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of game sessions that an individual can create during the policy period.
Declaration
Swift
public let newGameSessionsPerCreator: Int? -
The time span used in evaluating the resource creation limit policy.
Declaration
Swift
public let policyPeriodInMinutes: Int? -
Undocumented
Declaration
Swift
public init(newGameSessionsPerCreator: Int? = nil, policyPeriodInMinutes: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ResourceCreationLimitPolicy Structure Reference