ListTablesOutput class

Constructors

ListTablesOutput({String? lastEvaluatedTableName, List<String>? tableNames})
ListTablesOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lastEvaluatedTableName String?
The name of the last table in the current list. Use this value as the ExclusiveStartTableName in a new request to continue the list until all the table names are returned. If this value is null, all table names have been returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableNames List<String>?
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