DescribeLimitsOutput
public struct DescribeLimitsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
Declaration
Swift
public let accountMaxReadCapacityUnits: Int64?
-
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
Declaration
Swift
public let accountMaxWriteCapacityUnits: Int64?
-
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
Declaration
Swift
public let tableMaxReadCapacityUnits: Int64?
-
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
Declaration
Swift
public let tableMaxWriteCapacityUnits: Int64?
-
init(accountMaxReadCapacityUnits:accountMaxWriteCapacityUnits:tableMaxReadCapacityUnits:tableMaxWriteCapacityUnits:)
Undocumented
Declaration
Swift
public init(accountMaxReadCapacityUnits: Int64? = nil, accountMaxWriteCapacityUnits: Int64? = nil, tableMaxReadCapacityUnits: Int64? = nil, tableMaxWriteCapacityUnits: Int64? = nil)