Struct aws_sdk_elasticsearch::model::DryRunResults
source · #[non_exhaustive]pub struct DryRunResults { /* private fields */ }
Implementations§
source§impl DryRunResults
impl DryRunResults
sourcepub fn deployment_type(&self) -> Option<&str>
pub fn deployment_type(&self) -> Option<&str>
Specifies the deployment mechanism through which the update shall be applied on the domain. Possible responses are Blue/Green
(The update will require a blue/green deployment.) DynamicUpdate
(The update can be applied in-place without a Blue/Green deployment required.) Undetermined
(The domain is undergoing an update which needs to complete before the deployment type can be predicted.) None
(The configuration change matches the current configuration and will not result in any update.)
source§impl DryRunResults
impl DryRunResults
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DryRunResults
.
Trait Implementations§
source§impl Clone for DryRunResults
impl Clone for DryRunResults
source§fn clone(&self) -> DryRunResults
fn clone(&self) -> DryRunResults
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DryRunResults
impl Debug for DryRunResults
source§impl PartialEq<DryRunResults> for DryRunResults
impl PartialEq<DryRunResults> for DryRunResults
source§fn eq(&self, other: &DryRunResults) -> bool
fn eq(&self, other: &DryRunResults) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.