Analysis class

Metadata structure for an analysis in Amazon QuickSight

Constructors

Analysis.new({String? analysisId, String? arn, DateTime? createdTime, List<String>? dataSetArns, List<AnalysisError>? errors, DateTime? lastUpdatedTime, String? name, List<Sheet>? sheets, ResourceStatus? status, String? themeArn})
Analysis.fromJson(Map<String, dynamic> json)
factory

Properties

analysisId String?
The ID of the analysis.
final
arn String?
The Amazon Resource Name (ARN) of the analysis.
final
createdTime DateTime?
The time that the analysis was created.
final
dataSetArns List<String>?
The ARNs of the datasets of the analysis.
final
errors List<AnalysisError>?
Errors associated with the analysis.
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 descriptive name of the analysis.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheets List<Sheet>?
A list of the associated sheets with the unique identifier and name of each sheet.
final
status ResourceStatus?
Status associated with the analysis.
final
themeArn String?
The ARN of the theme of 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