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