Struct aws_sdk_synthetics::model::CanaryTimeline
source · [−]#[non_exhaustive]pub struct CanaryTimeline {
pub created: Option<DateTime>,
pub last_modified: Option<DateTime>,
pub last_started: Option<DateTime>,
pub last_stopped: Option<DateTime>,
}Expand description
This structure contains information about when the canary was created and modified.
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.created: Option<DateTime>The date and time the canary was created.
last_modified: Option<DateTime>The date and time the canary was most recently modified.
last_started: Option<DateTime>The date and time that the canary's most recent run started.
last_stopped: Option<DateTime>The date and time that the canary's most recent run ended.
Implementations
The date and time the canary was most recently modified.
The date and time that the canary's most recent run started.
The date and time that the canary's most recent run ended.
Creates a new builder-style object to manufacture CanaryTimeline
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 CanaryTimeline
impl Send for CanaryTimeline
impl Sync for CanaryTimeline
impl Unpin for CanaryTimeline
impl UnwindSafe for CanaryTimeline
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