Struct aws_sdk_elasticsearch::model::DomainInformation
source · [−]#[non_exhaustive]pub struct DomainInformation { /* private fields */ }
Implementations
sourceimpl 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>
sourceimpl DomainInformation
impl DomainInformation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainInformation
.
Trait Implementations
sourceimpl Clone for DomainInformation
impl Clone for DomainInformation
sourcefn clone(&self) -> DomainInformation
fn clone(&self) -> DomainInformation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DomainInformation
impl Debug for DomainInformation
sourceimpl PartialEq<DomainInformation> for DomainInformation
impl PartialEq<DomainInformation> for DomainInformation
sourcefn eq(&self, other: &DomainInformation) -> bool
fn eq(&self, other: &DomainInformation) -> bool
impl StructuralPartialEq for DomainInformation
Auto Trait Implementations
impl RefUnwindSafe for DomainInformation
impl Send for DomainInformation
impl Sync for DomainInformation
impl Unpin for DomainInformation
impl UnwindSafe for DomainInformation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more