Struct aws_sdk_synthetics::model::RuntimeVersion
source · [−]#[non_exhaustive]pub struct RuntimeVersion {
pub version_name: Option<String>,
pub description: Option<String>,
pub release_date: Option<DateTime>,
pub deprecation_date: Option<DateTime>,
}Expand description
This structure contains information about one canary runtime version. For more information about runtime versions, see Canary Runtime Versions.
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.version_name: Option<String>The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
description: Option<String>A description of the runtime version, created by Amazon.
release_date: Option<DateTime>The date that the runtime version was released.
deprecation_date: Option<DateTime>If this runtime version is deprecated, this value is the date of deprecation.
Implementations
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
A description of the runtime version, created by Amazon.
The date that the runtime version was released.
If this runtime version is deprecated, this value is the date of deprecation.
Creates a new builder-style object to manufacture RuntimeVersion
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 RuntimeVersion
impl Send for RuntimeVersion
impl Sync for RuntimeVersion
impl Unpin for RuntimeVersion
impl UnwindSafe for RuntimeVersion
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