#[non_exhaustive]pub struct CancelServiceSoftwareUpdateOutput { /* private fields */ }
Expand description
The result of a CancelServiceSoftwareUpdate
operation. Contains the status of the update.
Implementations§
source§impl CancelServiceSoftwareUpdateOutput
impl CancelServiceSoftwareUpdateOutput
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 CancelServiceSoftwareUpdateOutput
impl CancelServiceSoftwareUpdateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelServiceSoftwareUpdateOutput
.
Trait Implementations§
source§impl Clone for CancelServiceSoftwareUpdateOutput
impl Clone for CancelServiceSoftwareUpdateOutput
source§fn clone(&self) -> CancelServiceSoftwareUpdateOutput
fn clone(&self) -> CancelServiceSoftwareUpdateOutput
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