Struct aws_sdk_opensearch::model::VersionStatus
source · #[non_exhaustive]pub struct VersionStatus { /* private fields */ }
Expand description
The status of the OpenSearch version options for the specified OpenSearch domain.
Implementations§
source§impl VersionStatus
impl VersionStatus
source§impl VersionStatus
impl VersionStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VersionStatus
.
Trait Implementations§
source§impl Clone for VersionStatus
impl Clone for VersionStatus
source§fn clone(&self) -> VersionStatus
fn clone(&self) -> VersionStatus
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