menu
aws_dynamodb_api package
documentation
dynamodb-2011-12-05.dart
ListTablesOutput class
ListTablesOutput class
dark_mode
light_mode
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 setter
inherited
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 setter
inherited
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
aws_dynamodb_api package
documentation
dynamodb-2011-12-05
ListTablesOutput class
dynamodb-2011-12-05 library