Struct rusoto_inspector::DeleteAssessmentRunRequest [] [src]

pub struct DeleteAssessmentRunRequest {
    pub assessment_run_arn: Arn,
}

Fields

The ARN that specifies the assessment run that you want to delete.

Trait Implementations

impl Default for DeleteAssessmentRunRequest
[src]

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

impl Debug for DeleteAssessmentRunRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteAssessmentRunRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more