#[non_exhaustive]pub struct GetCompatibleVersionsOutput { /* private fields */ }
Expand description
Container for the response returned by the
operation. GetCompatibleVersions
Implementations§
source§impl GetCompatibleVersionsOutput
impl GetCompatibleVersionsOutput
sourcepub fn compatible_versions(&self) -> Option<&[CompatibleVersionsMap]>
pub fn compatible_versions(&self) -> Option<&[CompatibleVersionsMap]>
A map of compatible OpenSearch versions returned as part of the
operation. GetCompatibleVersions
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 more