#[non_exhaustive]pub struct CancelElasticsearchServiceSoftwareUpdateOutput { /* private fields */ }
Expand description
The result of a CancelElasticsearchServiceSoftwareUpdate
operation. Contains the status of the update.
Implementations
sourceimpl CancelElasticsearchServiceSoftwareUpdateOutput
impl CancelElasticsearchServiceSoftwareUpdateOutput
sourcepub fn service_software_options(&self) -> Option<&ServiceSoftwareOptions>
pub fn service_software_options(&self) -> Option<&ServiceSoftwareOptions>
The current status of the Elasticsearch service software update.
sourceimpl CancelElasticsearchServiceSoftwareUpdateOutput
impl CancelElasticsearchServiceSoftwareUpdateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelElasticsearchServiceSoftwareUpdateOutput
.
Trait Implementations
sourceimpl Clone for CancelElasticsearchServiceSoftwareUpdateOutput
impl Clone for CancelElasticsearchServiceSoftwareUpdateOutput
sourcefn clone(&self) -> CancelElasticsearchServiceSoftwareUpdateOutput
fn clone(&self) -> CancelElasticsearchServiceSoftwareUpdateOutput
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 PartialEq<CancelElasticsearchServiceSoftwareUpdateOutput> for CancelElasticsearchServiceSoftwareUpdateOutput
impl PartialEq<CancelElasticsearchServiceSoftwareUpdateOutput> for CancelElasticsearchServiceSoftwareUpdateOutput
sourcefn eq(&self, other: &CancelElasticsearchServiceSoftwareUpdateOutput) -> bool
fn eq(&self, other: &CancelElasticsearchServiceSoftwareUpdateOutput) -> bool
impl StructuralPartialEq for CancelElasticsearchServiceSoftwareUpdateOutput
Auto Trait Implementations
impl RefUnwindSafe for CancelElasticsearchServiceSoftwareUpdateOutput
impl Send for CancelElasticsearchServiceSoftwareUpdateOutput
impl Sync for CancelElasticsearchServiceSoftwareUpdateOutput
impl Unpin for CancelElasticsearchServiceSoftwareUpdateOutput
impl UnwindSafe for CancelElasticsearchServiceSoftwareUpdateOutput
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