#[non_exhaustive]pub struct GetCompatibleElasticsearchVersionsOutput { /* private fields */ }
Expand description
Container for response returned by
operation. GetCompatibleElasticsearchVersions
Implementations
sourceimpl 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
sourceimpl GetCompatibleElasticsearchVersionsOutput
impl GetCompatibleElasticsearchVersionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCompatibleElasticsearchVersionsOutput
.
Trait Implementations
sourceimpl Clone for GetCompatibleElasticsearchVersionsOutput
impl Clone for GetCompatibleElasticsearchVersionsOutput
sourcefn clone(&self) -> GetCompatibleElasticsearchVersionsOutput
fn clone(&self) -> GetCompatibleElasticsearchVersionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetCompatibleElasticsearchVersionsOutput> for GetCompatibleElasticsearchVersionsOutput
impl PartialEq<GetCompatibleElasticsearchVersionsOutput> for GetCompatibleElasticsearchVersionsOutput
sourcefn eq(&self, other: &GetCompatibleElasticsearchVersionsOutput) -> bool
fn eq(&self, other: &GetCompatibleElasticsearchVersionsOutput) -> bool
impl StructuralPartialEq for GetCompatibleElasticsearchVersionsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetCompatibleElasticsearchVersionsOutput
impl Send for GetCompatibleElasticsearchVersionsOutput
impl Sync for GetCompatibleElasticsearchVersionsOutput
impl Unpin for GetCompatibleElasticsearchVersionsOutput
impl UnwindSafe for GetCompatibleElasticsearchVersionsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more