Struct aws_sdk_opensearch::types::VersionStatus
source · #[non_exhaustive]pub struct VersionStatus {
pub options: String,
pub status: Option<OptionStatus>,
}
Expand description
The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.
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.options: String
The OpenSearch or Elasticsearch version for the specified domain.
status: Option<OptionStatus>
The status of the version options for the specified domain.
Implementations§
source§impl VersionStatus
impl VersionStatus
source§impl VersionStatus
impl VersionStatus
sourcepub fn builder() -> VersionStatusBuilder
pub fn builder() -> VersionStatusBuilder
Creates a new builder-style object to manufacture VersionStatus
.
Trait Implementations§
source§impl Clone for VersionStatus
impl Clone for VersionStatus
source§fn clone(&self) -> VersionStatus
fn clone(&self) -> VersionStatus
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 Debug for VersionStatus
impl Debug for VersionStatus
source§impl PartialEq for VersionStatus
impl PartialEq for VersionStatus
source§fn eq(&self, other: &VersionStatus) -> bool
fn eq(&self, other: &VersionStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VersionStatus
Auto Trait Implementations§
impl Freeze for VersionStatus
impl RefUnwindSafe for VersionStatus
impl Send for VersionStatus
impl Sync for VersionStatus
impl Unpin for VersionStatus
impl UnwindSafe for VersionStatus
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.