Struct rusoto_inspector::StartAssessmentRunResponse [] [src]

pub struct StartAssessmentRunResponse {
    pub assessment_run_arn: Arn,
}

Fields

The ARN of the assessment run that has been started.

Trait Implementations

impl Default for StartAssessmentRunResponse
[src]

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

impl Debug for StartAssessmentRunResponse
[src]

Formats the value using the given formatter.

impl Clone for StartAssessmentRunResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more