UpdateAnalysisResponse
public struct UpdateAnalysisResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the analysis.
Declaration
Swift
public let analysisId: String? -
The ARN of the analysis that you’re updating.
Declaration
Swift
public let arn: String? -
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? -
The update status of the last update that was made to the analysis.
Declaration
Swift
public let updateStatus: ResourceStatus? -
Undocumented
Declaration
Swift
public init(analysisId: String? = nil, arn: String? = nil, requestId: String? = nil, status: Int? = nil, updateStatus: ResourceStatus? = nil)
View on GitHub
UpdateAnalysisResponse Structure Reference