#[non_exhaustive]pub struct DeleteElasticsearchDomainInput { /* private fields */ }
Expand description
Container for the parameters to the
operation. Specifies the name of the Elasticsearch domain that you want to delete.DeleteElasticsearchDomain
Implementations
sourceimpl DeleteElasticsearchDomainInput
impl DeleteElasticsearchDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteElasticsearchDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteElasticsearchDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteElasticsearchDomain
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteElasticsearchDomainInput
.
sourceimpl DeleteElasticsearchDomainInput
impl DeleteElasticsearchDomainInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the Elasticsearch domain that you want to permanently delete.
Trait Implementations
sourceimpl Clone for DeleteElasticsearchDomainInput
impl Clone for DeleteElasticsearchDomainInput
sourcefn clone(&self) -> DeleteElasticsearchDomainInput
fn clone(&self) -> DeleteElasticsearchDomainInput
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<DeleteElasticsearchDomainInput> for DeleteElasticsearchDomainInput
impl PartialEq<DeleteElasticsearchDomainInput> for DeleteElasticsearchDomainInput
sourcefn eq(&self, other: &DeleteElasticsearchDomainInput) -> bool
fn eq(&self, other: &DeleteElasticsearchDomainInput) -> bool
impl StructuralPartialEq for DeleteElasticsearchDomainInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteElasticsearchDomainInput
impl Send for DeleteElasticsearchDomainInput
impl Sync for DeleteElasticsearchDomainInput
impl Unpin for DeleteElasticsearchDomainInput
impl UnwindSafe for DeleteElasticsearchDomainInput
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