Struct aws_sdk_elasticsearch::model::DryRunResults
source · [−]#[non_exhaustive]pub struct DryRunResults { /* private fields */ }
Implementations
sourceimpl 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.)
sourceimpl DryRunResults
impl DryRunResults
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DryRunResults
.
Trait Implementations
sourceimpl Clone for DryRunResults
impl Clone for DryRunResults
sourcefn clone(&self) -> DryRunResults
fn clone(&self) -> DryRunResults
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DryRunResults
impl Debug for DryRunResults
sourceimpl PartialEq<DryRunResults> for DryRunResults
impl PartialEq<DryRunResults> for DryRunResults
sourcefn eq(&self, other: &DryRunResults) -> bool
fn eq(&self, other: &DryRunResults) -> bool
impl StructuralPartialEq for DryRunResults
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more