Struct aws_sdk_synthetics::model::CanaryRunConfigOutput
source · [−]#[non_exhaustive]pub struct CanaryRunConfigOutput {
pub timeout_in_seconds: Option<i32>,
pub memory_in_mb: Option<i32>,
pub active_tracing: Option<bool>,
}Expand description
A structure that contains information about a canary run.
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.timeout_in_seconds: Option<i32>How long the canary is allowed to run before it must stop.
memory_in_mb: Option<i32>The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
active_tracing: Option<bool>Displays whether this canary run used active X-Ray tracing.
Implementations
How long the canary is allowed to run before it must stop.
The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
Displays whether this canary run used active X-Ray tracing.
Creates a new builder-style object to manufacture CanaryRunConfigOutput
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 CanaryRunConfigOutput
impl Send for CanaryRunConfigOutput
impl Sync for CanaryRunConfigOutput
impl Unpin for CanaryRunConfigOutput
impl UnwindSafe for CanaryRunConfigOutput
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