Capacity
public struct Capacity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The total number of capacity units consumed on a table or an index.
Declaration
Swift
public let capacityUnits: Double? -
The total number of read capacity units consumed on a table or an index.
Declaration
Swift
public let readCapacityUnits: Double? -
The total number of write capacity units consumed on a table or an index.
Declaration
Swift
public let writeCapacityUnits: Double? -
Undocumented
Declaration
Swift
public init(capacityUnits: Double? = nil, readCapacityUnits: Double? = nil, writeCapacityUnits: Double? = nil)
View on GitHub
Capacity Structure Reference