Struct aws_sdk_synthetics::model::runtime_version::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for RuntimeVersion
Implementations
The name of the runtime version. For a list of valid runtime versions, see Canary Runtime Versions.
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.
A description of the runtime version, created by Amazon.
The date that the runtime version was released.
The date that the runtime version was released.
If this runtime version is deprecated, this value is the date of deprecation.
If this runtime version is deprecated, this value is the date of deprecation.
Consumes the builder and constructs a RuntimeVersion
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