Struct aws_sdk_config::model::ConfigurationRecorderStatus
source · #[non_exhaustive]pub struct ConfigurationRecorderStatus { /* private fields */ }Expand description
The current status of the configuration recorder.
Implementations§
source§impl ConfigurationRecorderStatus
impl ConfigurationRecorderStatus
sourcepub fn last_start_time(&self) -> Option<&DateTime>
pub fn last_start_time(&self) -> Option<&DateTime>
The time the recorder was last started.
sourcepub fn last_stop_time(&self) -> Option<&DateTime>
pub fn last_stop_time(&self) -> Option<&DateTime>
The time the recorder was last stopped.
sourcepub fn last_status(&self) -> Option<&RecorderStatus>
pub fn last_status(&self) -> Option<&RecorderStatus>
The last (previous) status of the recorder.
sourcepub fn last_error_code(&self) -> Option<&str>
pub fn last_error_code(&self) -> Option<&str>
The error code indicating that the recording failed.
sourcepub fn last_error_message(&self) -> Option<&str>
pub fn last_error_message(&self) -> Option<&str>
The message indicating that the recording failed due to an error.
sourcepub fn last_status_change_time(&self) -> Option<&DateTime>
pub fn last_status_change_time(&self) -> Option<&DateTime>
The time when the status was last changed.
source§impl ConfigurationRecorderStatus
impl ConfigurationRecorderStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigurationRecorderStatus.
Trait Implementations§
source§impl Clone for ConfigurationRecorderStatus
impl Clone for ConfigurationRecorderStatus
source§fn clone(&self) -> ConfigurationRecorderStatus
fn clone(&self) -> ConfigurationRecorderStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more