#[non_exhaustive]pub struct GetCompatibleVersionsOutput { /* private fields */ }
Expand description
Container for the response returned by the GetCompatibleVersions
operation.
Implementations§
source§impl GetCompatibleVersionsOutput
impl GetCompatibleVersionsOutput
sourcepub fn compatible_versions(&self) -> Option<&[CompatibleVersionsMap]>
pub fn compatible_versions(&self) -> Option<&[CompatibleVersionsMap]>
A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
source§impl GetCompatibleVersionsOutput
impl GetCompatibleVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCompatibleVersionsOutput
.
Trait Implementations§
source§impl Clone for GetCompatibleVersionsOutput
impl Clone for GetCompatibleVersionsOutput
source§fn clone(&self) -> GetCompatibleVersionsOutput
fn clone(&self) -> GetCompatibleVersionsOutput
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 GetCompatibleVersionsOutput
impl Debug for GetCompatibleVersionsOutput
source§impl PartialEq<GetCompatibleVersionsOutput> for GetCompatibleVersionsOutput
impl PartialEq<GetCompatibleVersionsOutput> for GetCompatibleVersionsOutput
source§fn eq(&self, other: &GetCompatibleVersionsOutput) -> bool
fn eq(&self, other: &GetCompatibleVersionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.