Struct aws_sdk_elasticsearch::operation::cancel_elasticsearch_service_software_update::CancelElasticsearchServiceSoftwareUpdateOutput
source · #[non_exhaustive]pub struct CancelElasticsearchServiceSoftwareUpdateOutput {
pub service_software_options: Option<ServiceSoftwareOptions>,
/* private fields */
}
Expand description
The result of a CancelElasticsearchServiceSoftwareUpdate
operation. Contains the status of the update.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.service_software_options: Option<ServiceSoftwareOptions>
The current status of the Elasticsearch service software update.
Implementations§
source§impl CancelElasticsearchServiceSoftwareUpdateOutput
impl CancelElasticsearchServiceSoftwareUpdateOutput
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.
source§impl CancelElasticsearchServiceSoftwareUpdateOutput
impl CancelElasticsearchServiceSoftwareUpdateOutput
sourcepub fn builder() -> CancelElasticsearchServiceSoftwareUpdateOutputBuilder
pub fn builder() -> CancelElasticsearchServiceSoftwareUpdateOutputBuilder
Creates a new builder-style object to manufacture CancelElasticsearchServiceSoftwareUpdateOutput
.
Trait Implementations§
source§impl Clone for CancelElasticsearchServiceSoftwareUpdateOutput
impl Clone for CancelElasticsearchServiceSoftwareUpdateOutput
source§fn clone(&self) -> CancelElasticsearchServiceSoftwareUpdateOutput
fn clone(&self) -> CancelElasticsearchServiceSoftwareUpdateOutput
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 for CancelElasticsearchServiceSoftwareUpdateOutput
impl PartialEq for CancelElasticsearchServiceSoftwareUpdateOutput
source§fn eq(&self, other: &CancelElasticsearchServiceSoftwareUpdateOutput) -> bool
fn eq(&self, other: &CancelElasticsearchServiceSoftwareUpdateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelElasticsearchServiceSoftwareUpdateOutput
impl RequestId for CancelElasticsearchServiceSoftwareUpdateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CancelElasticsearchServiceSoftwareUpdateOutput
Auto Trait Implementations§
impl RefUnwindSafe for CancelElasticsearchServiceSoftwareUpdateOutput
impl Send for CancelElasticsearchServiceSoftwareUpdateOutput
impl Sync for CancelElasticsearchServiceSoftwareUpdateOutput
impl Unpin for CancelElasticsearchServiceSoftwareUpdateOutput
impl UnwindSafe for CancelElasticsearchServiceSoftwareUpdateOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.