GlobalTableDescription class
Contains details about the global table.
Constructors
-
GlobalTableDescription({DateTime? creationDateTime, String? globalTableArn, String? globalTableName, GlobalTableStatus? globalTableStatus, List<
ReplicaDescription> ? replicationGroup}) -
GlobalTableDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDateTime → DateTime?
-
The creation time of the global table.
final
- globalTableArn → String?
-
The unique identifier of the global table.
final
- globalTableName → String?
-
The global table name.
final
- globalTableStatus → GlobalTableStatus?
-
The current state of the global table:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
replicationGroup
→ List<
ReplicaDescription> ? -
The Regions where the global table has replicas.
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