Struct aws_sdk_opensearch::model::AwsDomainInformation
source · #[non_exhaustive]pub struct AwsDomainInformation { /* private fields */ }
Implementations§
source§impl AwsDomainInformation
impl AwsDomainInformation
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 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 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 more