ListDataSourcesResponse class

Constructors

ListDataSourcesResponse({String? nextToken, List<DataSourceSummary>? summaryItems})
ListDataSourcesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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 data sources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summaryItems List<DataSourceSummary>?
An array of summary information for one or more data sources.
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