Struct aws_sdk_opensearch::model::AwsDomainInformation
source · #[non_exhaustive]pub struct AwsDomainInformation { /* private fields */ }
Expand description
Information about an Amazon OpenSearch Service domain.
Implementations§
source§impl AwsDomainInformation
impl AwsDomainInformation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsDomainInformation
.
Trait Implementations§
source§impl Clone for AwsDomainInformation
impl Clone for AwsDomainInformation
source§fn clone(&self) -> AwsDomainInformation
fn clone(&self) -> AwsDomainInformation
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 Debug for AwsDomainInformation
impl Debug for AwsDomainInformation
source§impl PartialEq<AwsDomainInformation> for AwsDomainInformation
impl PartialEq<AwsDomainInformation> for AwsDomainInformation
source§fn eq(&self, other: &AwsDomainInformation) -> bool
fn eq(&self, other: &AwsDomainInformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.