ProvisionedCapacityDescription class
The definition for a provisioned capacity unit.
Constructors
- ProvisionedCapacityDescription({String? capacityId, String? expirationDate, String? startDate})
-
ProvisionedCapacityDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- capacityId → String?
-
The ID that identifies the provisioned capacity unit.
final
- expirationDate → String?
-
The date that the provisioned capacity unit expires, in Universal
Coordinated Time (UTC).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDate → String?
-
The date that the provisioned capacity unit was purchased, in Universal
Coordinated Time (UTC).
final
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