DataSourceSummary class

Summary information for a Amazon Kendra data source. Returned in a call to .

Constructors

DataSourceSummary({DateTime? createdAt, String? id, String? name, DataSourceStatus? status, DataSourceType? type, DateTime? updatedAt})
DataSourceSummary.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt DateTime?
The UNIX datetime that the data source was created.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the data source.
final
name String?
The name of the data source.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DataSourceStatus?
The status of the data source. When the status is ATIVE the data source is ready to use.
final
type DataSourceType?
The type of the data source.
final
updatedAt DateTime?
The UNIX datetime that the data source was lasted updated.
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