DeleteAnalysisResponse
public struct DeleteAnalysisResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the deleted analysis.
Declaration
Swift
public let analysisId: String? -
The Amazon Resource Name (ARN) of the deleted analysis.
Declaration
Swift
public let arn: String? -
The date and time that the analysis is scheduled to be deleted.
Declaration
Swift
public let deletionTime: TimeStamp? -
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String? -
The HTTP status of the request.
Declaration
Swift
public let status: Int? -
Undocumented
Declaration
Swift
public init(analysisId: String? = nil, arn: String? = nil, deletionTime: TimeStamp? = nil, requestId: String? = nil, status: Int? = nil)
View on GitHub
DeleteAnalysisResponse Structure Reference