ListTablesOutput class

Represents the output of a ListTables operation.

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 page of results. Use this value as the ExclusiveStartTableName in a new request to obtain the next page of results, until all the table names are returned.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableNames List<String>?
The names of the tables associated with the current account at the current endpoint. The maximum size of this array is 100.
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