Struct rusoto_inspector::GetAssessmentReportResponse [] [src]

pub struct GetAssessmentReportResponse {
    pub status: ReportStatus,
    pub url: Option<Url>,
}

Fields

Specifies the status of the request to generate an assessment report.

Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.

Trait Implementations

impl Default for GetAssessmentReportResponse
[src]

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

impl Debug for GetAssessmentReportResponse
[src]

Formats the value using the given formatter.

impl Clone for GetAssessmentReportResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more