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