#[non_exhaustive]pub struct UpdateDomainConfigOutput { /* private fields */ }
Expand description
The result of an UpdateDomain
request. Contains the status of the domain being updated.
Implementations§
source§impl UpdateDomainConfigOutput
impl UpdateDomainConfigOutput
sourcepub fn domain_config(&self) -> Option<&DomainConfig>
pub fn domain_config(&self) -> Option<&DomainConfig>
The status of the updated domain.
sourcepub fn dry_run_results(&self) -> Option<&DryRunResults>
pub fn dry_run_results(&self) -> Option<&DryRunResults>
Contains result of DryRun.
source§impl UpdateDomainConfigOutput
impl UpdateDomainConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDomainConfigOutput
.
Trait Implementations§
source§impl Clone for UpdateDomainConfigOutput
impl Clone for UpdateDomainConfigOutput
source§fn clone(&self) -> UpdateDomainConfigOutput
fn clone(&self) -> UpdateDomainConfigOutput
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