#[non_exhaustive]pub struct DescribeElasticsearchDomainInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.DescribeElasticsearchDomain
Implementations§
source§impl DescribeElasticsearchDomainInput
impl DescribeElasticsearchDomainInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeElasticsearchDomain, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeElasticsearchDomain, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeElasticsearchDomain
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeElasticsearchDomainInput
.
source§impl DescribeElasticsearchDomainInput
impl DescribeElasticsearchDomainInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of the Elasticsearch domain for which you want information.
Trait Implementations§
source§impl Clone for DescribeElasticsearchDomainInput
impl Clone for DescribeElasticsearchDomainInput
source§fn clone(&self) -> DescribeElasticsearchDomainInput
fn clone(&self) -> DescribeElasticsearchDomainInput
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<DescribeElasticsearchDomainInput> for DescribeElasticsearchDomainInput
impl PartialEq<DescribeElasticsearchDomainInput> for DescribeElasticsearchDomainInput
source§fn eq(&self, other: &DescribeElasticsearchDomainInput) -> bool
fn eq(&self, other: &DescribeElasticsearchDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.