AnalysisSummary
public struct AnalysisSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the analysis. This ID displays in the URL.
Declaration
Swift
public let analysisId: String? -
The Amazon Resource Name (ARN) for the analysis.
Declaration
Swift
public let arn: String? -
The time that the analysis was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The time that the analysis was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
The name of the analysis. This name is displayed in the QuickSight console.
Declaration
Swift
public let name: String? -
The last known status for the analysis.
Declaration
Swift
public let status: ResourceStatus? -
Undocumented
Declaration
Swift
public init(analysisId: String? = nil, arn: String? = nil, createdTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, status: ResourceStatus? = nil)
View on GitHub
AnalysisSummary Structure Reference