Struct aws_sdk_elasticsearch::model::DomainInformation
source · #[non_exhaustive]pub struct DomainInformation { /* private fields */ }
Implementations§
source§impl DomainInformation
impl DomainInformation
pub fn owner_id(&self) -> Option<&str>
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).
pub fn region(&self) -> Option<&str>
source§impl DomainInformation
impl DomainInformation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainInformation
.
Trait Implementations§
source§impl Clone for DomainInformation
impl Clone for DomainInformation
source§fn clone(&self) -> DomainInformation
fn clone(&self) -> DomainInformation
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 DomainInformation
impl Debug for DomainInformation
source§impl PartialEq<DomainInformation> for DomainInformation
impl PartialEq<DomainInformation> for DomainInformation
source§fn eq(&self, other: &DomainInformation) -> bool
fn eq(&self, other: &DomainInformation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.