#[non_exhaustive]pub struct StartServiceSoftwareUpdateOutput { /* private fields */ }
Expand description
Represents the output of a StartServiceSoftwareUpdate
operation. Contains the status of the update.
Implementations§
source§impl StartServiceSoftwareUpdateOutput
impl StartServiceSoftwareUpdateOutput
sourcepub fn service_software_options(&self) -> Option<&ServiceSoftwareOptions>
pub fn service_software_options(&self) -> Option<&ServiceSoftwareOptions>
The current status of the OpenSearch Service software update.
source§impl StartServiceSoftwareUpdateOutput
impl StartServiceSoftwareUpdateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartServiceSoftwareUpdateOutput
.
Trait Implementations§
source§impl Clone for StartServiceSoftwareUpdateOutput
impl Clone for StartServiceSoftwareUpdateOutput
source§fn clone(&self) -> StartServiceSoftwareUpdateOutput
fn clone(&self) -> StartServiceSoftwareUpdateOutput
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 PartialEq<StartServiceSoftwareUpdateOutput> for StartServiceSoftwareUpdateOutput
impl PartialEq<StartServiceSoftwareUpdateOutput> for StartServiceSoftwareUpdateOutput
source§fn eq(&self, other: &StartServiceSoftwareUpdateOutput) -> bool
fn eq(&self, other: &StartServiceSoftwareUpdateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.