AnalysisSummary class
The summary metadata that describes an analysis.
Constructors
- AnalysisSummary.new({String? analysisId, String? arn, DateTime? createdTime, DateTime? lastUpdatedTime, String? name, ResourceStatus? status})
-
AnalysisSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- analysisId → String?
-
The ID of the analysis. This ID displays in the URL.
final
- arn → String?
-
The Amazon Resource Name (ARN) for the analysis.
final
- createdTime → DateTime?
-
The time that the analysis was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The time that the analysis was last updated.
final
- name → String?
-
The name of the analysis. This name is displayed in the QuickSight console.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ResourceStatus?
-
The last known status for the analysis.
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