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