#[non_exhaustive]pub struct CancelServiceSoftwareUpdateOutput { /* private fields */ }
Expand description
Container for the response to 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>
Container for the state of your domain relative to the latest service software.
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 moresource§impl PartialEq<CancelServiceSoftwareUpdateOutput> for CancelServiceSoftwareUpdateOutput
impl PartialEq<CancelServiceSoftwareUpdateOutput> for CancelServiceSoftwareUpdateOutput
source§fn eq(&self, other: &CancelServiceSoftwareUpdateOutput) -> bool
fn eq(&self, other: &CancelServiceSoftwareUpdateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.