Struct aws_sdk_opensearch::model::DryRunResults [−][src]
#[non_exhaustive]pub struct DryRunResults {
pub deployment_type: Option<String>,
pub message: Option<String>,
}
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.deployment_type: Option<String>
Specifies the way in which Amazon OpenSearch Service applies the update.
Possible responses are Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no blue/green required), Undetermined
(the domain is undergoing an update and can't predict the deployment type; try again after the update is complete), and None
(the request doesn't include any configuration changes).
message: Option<String>
Contains an optional message associated with the DryRunResults.
Implementations
Specifies the way in which Amazon OpenSearch Service applies the update.
Possible responses are Blue/Green
(the update requires a blue/green deployment), DynamicUpdate
(no blue/green required), Undetermined
(the domain is undergoing an update and can't predict the deployment type; try again after the update is complete), and None
(the request doesn't include any configuration changes).
Creates a new builder-style object to manufacture DryRunResults
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 DryRunResults
impl Send for DryRunResults
impl Sync for DryRunResults
impl Unpin for DryRunResults
impl UnwindSafe for DryRunResults
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