Analysis
public struct Analysis : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the analysis.
Declaration
Swift
public let analysisId: String?
-
The Amazon Resource Name (ARN) of the analysis.
Declaration
Swift
public let arn: String?
-
The time that the analysis was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The ARNs of the datasets of the analysis.
Declaration
Swift
public let dataSetArns: [String]?
-
Errors associated with the analysis.
Declaration
Swift
public let errors: [AnalysisError]?
-
The time that the analysis was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp?
-
The descriptive name of the analysis.
Declaration
Swift
public let name: String?
-
Status associated with the analysis.
Declaration
Swift
public let status: ResourceStatus?
-
The ARN of the theme of the analysis.
Declaration
Swift
public let themeArn: String?
-
Undocumented
Declaration
Swift
public init(analysisId: String? = nil, arn: String? = nil, createdTime: TimeStamp? = nil, dataSetArns: [String]? = nil, errors: [AnalysisError]? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, status: ResourceStatus? = nil, themeArn: String? = nil)