Struct rusoto_inspector::AssessmentRunStateChange [] [src]

pub struct AssessmentRunStateChange {
    pub state: String,
    pub state_changed_at: f64,
}

Used as one of the elements of the AssessmentRun data type.

Fields

The assessment run state.

The last time the assessment run state changed.

Trait Implementations

impl Default for AssessmentRunStateChange
[src]

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

impl Debug for AssessmentRunStateChange
[src]

Formats the value using the given formatter.

impl Clone for AssessmentRunStateChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more