BillingModeSummary class

Contains the details for the read/write capacity mode.

Constructors

BillingModeSummary({BillingMode? billingMode, DateTime? lastUpdateToPayPerRequestDateTime})
BillingModeSummary.fromJson(Map<String, dynamic> json)
factory

Properties

billingMode BillingMode?
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateToPayPerRequestDateTime DateTime?
Represents the time when PAY_PER_REQUEST was last set as the read/write capacity mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited