#[non_exhaustive]pub struct DescribeDomainChangeProgressOutput { /* private fields */ }
Expand description
The result of a DescribeDomainChangeProgress
request. Contains the progress information of the requested domain change.
Implementations§
source§impl DescribeDomainChangeProgressOutput
impl DescribeDomainChangeProgressOutput
sourcepub fn change_progress_status(&self) -> Option<&ChangeProgressStatusDetails>
pub fn change_progress_status(&self) -> Option<&ChangeProgressStatusDetails>
Progress information for the configuration change that is requested in the DescribeDomainChangeProgress
request.
source§impl DescribeDomainChangeProgressOutput
impl DescribeDomainChangeProgressOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainChangeProgressOutput
.
Trait Implementations§
source§impl Clone for DescribeDomainChangeProgressOutput
impl Clone for DescribeDomainChangeProgressOutput
source§fn clone(&self) -> DescribeDomainChangeProgressOutput
fn clone(&self) -> DescribeDomainChangeProgressOutput
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 PartialEq<DescribeDomainChangeProgressOutput> for DescribeDomainChangeProgressOutput
impl PartialEq<DescribeDomainChangeProgressOutput> for DescribeDomainChangeProgressOutput
source§fn eq(&self, other: &DescribeDomainChangeProgressOutput) -> bool
fn eq(&self, other: &DescribeDomainChangeProgressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.