Struct aws_sdk_cloudsearch::output::DeleteDomainOutput
source · #[non_exhaustive]pub struct DeleteDomainOutput { /* private fields */ }Expand description
The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
Implementations§
source§impl DeleteDomainOutput
impl DeleteDomainOutput
sourcepub fn domain_status(&self) -> Option<&DomainStatus>
pub fn domain_status(&self) -> Option<&DomainStatus>
The current status of the search domain.
source§impl DeleteDomainOutput
impl DeleteDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDomainOutput.
Trait Implementations§
source§impl Clone for DeleteDomainOutput
impl Clone for DeleteDomainOutput
source§fn clone(&self) -> DeleteDomainOutput
fn clone(&self) -> DeleteDomainOutput
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 DeleteDomainOutput
impl Debug for DeleteDomainOutput
source§impl PartialEq<DeleteDomainOutput> for DeleteDomainOutput
impl PartialEq<DeleteDomainOutput> for DeleteDomainOutput
source§fn eq(&self, other: &DeleteDomainOutput) -> bool
fn eq(&self, other: &DeleteDomainOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.