#[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§
source§impl 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.
source§impl DeleteElasticsearchDomainOutput
impl DeleteElasticsearchDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteElasticsearchDomainOutput
.
Trait Implementations§
source§impl Clone for DeleteElasticsearchDomainOutput
impl Clone for DeleteElasticsearchDomainOutput
source§fn clone(&self) -> DeleteElasticsearchDomainOutput
fn clone(&self) -> DeleteElasticsearchDomainOutput
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<DeleteElasticsearchDomainOutput> for DeleteElasticsearchDomainOutput
impl PartialEq<DeleteElasticsearchDomainOutput> for DeleteElasticsearchDomainOutput
source§fn eq(&self, other: &DeleteElasticsearchDomainOutput) -> bool
fn eq(&self, other: &DeleteElasticsearchDomainOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.