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