Struct rusoto_inspector::GetAssessmentReportRequest [] [src]

pub struct GetAssessmentReportRequest {
    pub assessment_run_arn: String,
    pub report_file_format: String,
    pub report_type: String,
}

Fields

The ARN that specifies the assessment run for which you want to generate a report.

Specifies the file format (html or pdf) of the assessment report that you want to generate.

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.

Trait Implementations

impl Default for GetAssessmentReportRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for GetAssessmentReportRequest
[src]

Formats the value using the given formatter.

impl Clone for GetAssessmentReportRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more