Struct aws_sdk_opensearch::model::VersionStatus
source · #[non_exhaustive]pub struct VersionStatus { /* private fields */ }
Expand description
The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.
Implementations§
source§impl VersionStatus
impl VersionStatus
source§impl VersionStatus
impl VersionStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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<VersionStatus> for VersionStatus
impl PartialEq<VersionStatus> 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 ==
.