ListIndicesResponse class
Constructors
-
ListIndicesResponse({List<
IndexConfigurationSummary> ? indexConfigurationSummaryItems, String? nextToken}) -
ListIndicesResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
indexConfigurationSummaryItems
→ List<
IndexConfigurationSummary> ? -
An array of summary information for one or more indexes.
final
- nextToken → String?
-
If the response is truncated, Amazon Kendra returns this token that you can
use in the subsequent request to retrieve the next set of indexes.
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