Struct aws_sdk_opensearch::model::CompatibleVersionsMap
source · #[non_exhaustive]pub struct CompatibleVersionsMap { /* private fields */ }
Expand description
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
Implementations§
source§impl CompatibleVersionsMap
impl CompatibleVersionsMap
sourcepub fn source_version(&self) -> Option<&str>
pub fn source_version(&self) -> Option<&str>
The current version that the OpenSearch Service domain is running.
sourcepub fn target_versions(&self) -> Option<&[String]>
pub fn target_versions(&self) -> Option<&[String]>
The possible versions that you can upgrade the domain to.
source§impl CompatibleVersionsMap
impl CompatibleVersionsMap
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompatibleVersionsMap
.
Trait Implementations§
source§impl Clone for CompatibleVersionsMap
impl Clone for CompatibleVersionsMap
source§fn clone(&self) -> CompatibleVersionsMap
fn clone(&self) -> CompatibleVersionsMap
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 CompatibleVersionsMap
impl Debug for CompatibleVersionsMap
source§impl PartialEq<CompatibleVersionsMap> for CompatibleVersionsMap
impl PartialEq<CompatibleVersionsMap> for CompatibleVersionsMap
source§fn eq(&self, other: &CompatibleVersionsMap) -> bool
fn eq(&self, other: &CompatibleVersionsMap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.