AccountLimit
public struct AccountLimit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the account limit. Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit
Declaration
Swift
public let name: String? -
The value that is associated with the account limit name.
Declaration
Swift
public let value: Int? -
Undocumented
Declaration
Swift
public init(name: String? = nil, value: Int? = nil)
View on GitHub
AccountLimit Structure Reference