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