Struct aws_sdk_opensearch::model::CompatibleVersionsMap
source · #[non_exhaustive]pub struct CompatibleVersionsMap { /* private fields */ }
Expand description
A map from an
to a list of compatible EngineVersion
s to which the domain can be upgraded. EngineVersion
Implementations§
source§impl CompatibleVersionsMap
impl CompatibleVersionsMap
sourcepub fn source_version(&self) -> Option<&str>
pub fn source_version(&self) -> Option<&str>
The current version of OpenSearch a domain is on.
sourcepub fn target_versions(&self) -> Option<&[String]>
pub fn target_versions(&self) -> Option<&[String]>
List of supported OpenSearch versions.
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 more