GetAssessmentReportResponse
public struct GetAssessmentReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the status of the request to generate an assessment report.
Declaration
Swift
public let status: ReportStatus
-
Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.
Declaration
Swift
public let url: String?
-
Undocumented
Declaration
Swift
public init(status: ReportStatus, url: String? = nil)