Struct aws_sdk_config::model::configuration_recorder_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ConfigurationRecorderStatus
Implementations
The time the recorder was last started.
The time the recorder was last started.
The time the recorder was last stopped.
The time the recorder was last stopped.
Specifies whether or not the recorder is currently recording.
Specifies whether or not the recorder is currently recording.
The last (previous) status of the recorder.
The last (previous) status of the recorder.
The error code indicating that the recording failed.
The error code indicating that the recording failed.
The message indicating that the recording failed due to an error.
The message indicating that the recording failed due to an error.
The time when the status was last changed.
The time when the status was last changed.
Consumes the builder and constructs a ConfigurationRecorderStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
