GetAssessmentReportRequest

public struct GetAssessmentReportRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN that specifies the assessment run for which you want to generate a report.

    Declaration

    Swift

    public let assessmentRunArn: String
  • Specifies the file format (html or pdf) of the assessment report that you want to generate.

    Declaration

    Swift

    public let reportFileFormat: ReportFileFormat
  • Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.

    Declaration

    Swift

    public let reportType: ReportType
  • Undocumented

    Declaration

    Swift

    public init(assessmentRunArn: String, reportFileFormat: ReportFileFormat, reportType: ReportType)
  • Declaration

    Swift

    public func validate(name: String) throws