Struct aws_sdk_elasticsearch::model::ChangeProgressStage
source · #[non_exhaustive]pub struct ChangeProgressStage { /* private fields */ }
Expand description
A progress stage details of a specific domain configuration change.
Implementations§
source§impl ChangeProgressStage
impl ChangeProgressStage
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the progress stage.
sourcepub fn last_updated(&self) -> Option<&DateTime>
pub fn last_updated(&self) -> Option<&DateTime>
The last updated timestamp of the progress stage.
source§impl ChangeProgressStage
impl ChangeProgressStage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeProgressStage
.
Trait Implementations§
source§impl Clone for ChangeProgressStage
impl Clone for ChangeProgressStage
source§fn clone(&self) -> ChangeProgressStage
fn clone(&self) -> ChangeProgressStage
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 Debug for ChangeProgressStage
impl Debug for ChangeProgressStage
source§impl PartialEq<ChangeProgressStage> for ChangeProgressStage
impl PartialEq<ChangeProgressStage> for ChangeProgressStage
source§fn eq(&self, other: &ChangeProgressStage) -> bool
fn eq(&self, other: &ChangeProgressStage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.