Struct aws_sdk_rds::types::DomainMembership
source · #[non_exhaustive]pub struct DomainMembership { /* private fields */ }Expand description
An Active Directory Domain membership record associated with the DB instance or cluster.
Implementations§
source§impl DomainMembership
impl DomainMembership
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The status of the Active Directory Domain membership for the DB instance or cluster. Values include joined, pending-join, failed, and so on.
sourcepub fn fqdn(&self) -> Option<&str>
pub fn fqdn(&self) -> Option<&str>
The fully qualified domain name of the Active Directory Domain.
sourcepub fn iam_role_name(&self) -> Option<&str>
pub fn iam_role_name(&self) -> Option<&str>
The name of the IAM role to be used when making API calls to the Directory Service.
source§impl DomainMembership
impl DomainMembership
sourcepub fn builder() -> DomainMembershipBuilder
pub fn builder() -> DomainMembershipBuilder
Creates a new builder-style object to manufacture DomainMembership.
Trait Implementations§
source§impl Clone for DomainMembership
impl Clone for DomainMembership
source§fn clone(&self) -> DomainMembership
fn clone(&self) -> DomainMembership
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 DomainMembership
impl Debug for DomainMembership
source§impl PartialEq<DomainMembership> for DomainMembership
impl PartialEq<DomainMembership> for DomainMembership
source§fn eq(&self, other: &DomainMembership) -> bool
fn eq(&self, other: &DomainMembership) -> bool
This method tests for
self and other values to be equal, and is used
by ==.