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