#[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
sourceimpl 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.
sourceimpl DescribeDomainChangeProgressOutput
impl DescribeDomainChangeProgressOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainChangeProgressOutput
.
Trait Implementations
sourceimpl Clone for DescribeDomainChangeProgressOutput
impl Clone for DescribeDomainChangeProgressOutput
sourcefn clone(&self) -> DescribeDomainChangeProgressOutput
fn clone(&self) -> DescribeDomainChangeProgressOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeDomainChangeProgressOutput> for DescribeDomainChangeProgressOutput
impl PartialEq<DescribeDomainChangeProgressOutput> for DescribeDomainChangeProgressOutput
sourcefn eq(&self, other: &DescribeDomainChangeProgressOutput) -> bool
fn eq(&self, other: &DescribeDomainChangeProgressOutput) -> bool
impl StructuralPartialEq for DescribeDomainChangeProgressOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDomainChangeProgressOutput
impl Send for DescribeDomainChangeProgressOutput
impl Sync for DescribeDomainChangeProgressOutput
impl Unpin for DescribeDomainChangeProgressOutput
impl UnwindSafe for DescribeDomainChangeProgressOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more