AwsDynamoDbTableBillingModeSummary
public struct AwsDynamoDbTableBillingModeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The method used to charge for read and write throughput and to manage capacity.
Declaration
Swift
public let billingMode: String?
-
If the billing mode is PAY_PER_REQUEST, indicates when the billing mode was set to that value. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
Declaration
Swift
public let lastUpdateToPayPerRequestDateTime: String?
-
Undocumented
Declaration
Swift
public init(billingMode: String? = nil, lastUpdateToPayPerRequestDateTime: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws