#[non_exhaustive]pub struct DeleteElasticsearchDomainOutput { /* private fields */ }
Expand description
The result of a DeleteElasticsearchDomain
request. Contains the status of the pending deletion, or no status if the domain and all of its resources have been deleted.
Implementations
sourceimpl DeleteElasticsearchDomainOutput
impl DeleteElasticsearchDomainOutput
sourcepub fn domain_status(&self) -> Option<&ElasticsearchDomainStatus>
pub fn domain_status(&self) -> Option<&ElasticsearchDomainStatus>
The status of the Elasticsearch domain being deleted.
sourceimpl DeleteElasticsearchDomainOutput
impl DeleteElasticsearchDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteElasticsearchDomainOutput
.
Trait Implementations
sourceimpl Clone for DeleteElasticsearchDomainOutput
impl Clone for DeleteElasticsearchDomainOutput
sourcefn clone(&self) -> DeleteElasticsearchDomainOutput
fn clone(&self) -> DeleteElasticsearchDomainOutput
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<DeleteElasticsearchDomainOutput> for DeleteElasticsearchDomainOutput
impl PartialEq<DeleteElasticsearchDomainOutput> for DeleteElasticsearchDomainOutput
sourcefn eq(&self, other: &DeleteElasticsearchDomainOutput) -> bool
fn eq(&self, other: &DeleteElasticsearchDomainOutput) -> bool
impl StructuralPartialEq for DeleteElasticsearchDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteElasticsearchDomainOutput
impl Send for DeleteElasticsearchDomainOutput
impl Sync for DeleteElasticsearchDomainOutput
impl Unpin for DeleteElasticsearchDomainOutput
impl UnwindSafe for DeleteElasticsearchDomainOutput
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