#[non_exhaustive]pub struct StartServiceSoftwareUpdateOutput { /* private fields */ }
Expand description
The result 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 more