Struct rusoto_config::ConfigurationRecorderStatus [] [src]

pub struct ConfigurationRecorderStatus {
    pub last_error_code: Option<String>,
    pub last_error_message: Option<String>,
    pub last_start_time: Option<f64>,
    pub last_status: Option<String>,
    pub last_status_change_time: Option<f64>,
    pub last_stop_time: Option<f64>,
    pub name: Option<String>,
    pub recording: Option<bool>,
}

The current status of the configuration recorder.

Fields

The error code indicating that the recording failed.

The message indicating that the recording failed due to an error.

The time the recorder was last started.

The last (previous) status of the recorder.

The time when the status was last changed.

The time the recorder was last stopped.

The name of the configuration recorder.

Specifies whether the recorder is currently recording or not.

Trait Implementations

impl Default for ConfigurationRecorderStatus
[src]

[src]

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

impl Debug for ConfigurationRecorderStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for ConfigurationRecorderStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more