#[non_exhaustive]pub struct DescribeElasticsearchDomainConfigOutput { /* private fields */ }
Expand description
The result of a DescribeElasticsearchDomainConfig
request. Contains the configuration information of the requested domain.
Implementations§
source§impl DescribeElasticsearchDomainConfigOutput
impl DescribeElasticsearchDomainConfigOutput
sourcepub fn domain_config(&self) -> Option<&ElasticsearchDomainConfig>
pub fn domain_config(&self) -> Option<&ElasticsearchDomainConfig>
The configuration information of the domain requested in the DescribeElasticsearchDomainConfig
request.
source§impl DescribeElasticsearchDomainConfigOutput
impl DescribeElasticsearchDomainConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeElasticsearchDomainConfigOutput
.
Trait Implementations§
source§impl Clone for DescribeElasticsearchDomainConfigOutput
impl Clone for DescribeElasticsearchDomainConfigOutput
source§fn clone(&self) -> DescribeElasticsearchDomainConfigOutput
fn clone(&self) -> DescribeElasticsearchDomainConfigOutput
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<DescribeElasticsearchDomainConfigOutput> for DescribeElasticsearchDomainConfigOutput
impl PartialEq<DescribeElasticsearchDomainConfigOutput> for DescribeElasticsearchDomainConfigOutput
source§fn eq(&self, other: &DescribeElasticsearchDomainConfigOutput) -> bool
fn eq(&self, other: &DescribeElasticsearchDomainConfigOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.