Struct aws_sdk_config::model::ConfigurationRecorderStatus [−][src]
#[non_exhaustive]pub struct ConfigurationRecorderStatus {
pub name: Option<String>,
pub last_start_time: Option<DateTime>,
pub last_stop_time: Option<DateTime>,
pub recording: bool,
pub last_status: Option<RecorderStatus>,
pub last_error_code: Option<String>,
pub last_error_message: Option<String>,
pub last_status_change_time: Option<DateTime>,
}Expand description
The current status of the configuration recorder.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the configuration recorder.
last_start_time: Option<DateTime>The time the recorder was last started.
last_stop_time: Option<DateTime>The time the recorder was last stopped.
recording: boolSpecifies whether or not the recorder is currently recording.
last_status: Option<RecorderStatus>The last (previous) status of the recorder.
last_error_code: Option<String>The error code indicating that the recording failed.
last_error_message: Option<String>The message indicating that the recording failed due to an error.
last_status_change_time: Option<DateTime>The time when the status was last changed.
Implementations
The time the recorder was last started.
The time the recorder was last stopped.
The last (previous) status of the recorder.
The error code indicating that the recording failed.
The message indicating that the recording failed due to an error.
The time when the status was last changed.
Creates a new builder-style object to manufacture ConfigurationRecorderStatus
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConfigurationRecorderStatus
impl Send for ConfigurationRecorderStatus
impl Sync for ConfigurationRecorderStatus
impl Unpin for ConfigurationRecorderStatus
impl UnwindSafe for ConfigurationRecorderStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
