#[non_exhaustive]pub struct AwsRdsDbDomainMembership { /* private fields */ }Expand description
Information about an Active Directory domain membership record associated with the DB instance.
Implementations§
source§impl AwsRdsDbDomainMembership
impl AwsRdsDbDomainMembership
sourcepub fn status(&self) -> Option<&str>
pub fn status(&self) -> Option<&str>
The status of the Active Directory Domain membership for the DB instance.
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 use when making API calls to the Directory Service.
source§impl AwsRdsDbDomainMembership
impl AwsRdsDbDomainMembership
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRdsDbDomainMembership.
Trait Implementations§
source§impl Clone for AwsRdsDbDomainMembership
impl Clone for AwsRdsDbDomainMembership
source§fn clone(&self) -> AwsRdsDbDomainMembership
fn clone(&self) -> AwsRdsDbDomainMembership
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 AwsRdsDbDomainMembership
impl Debug for AwsRdsDbDomainMembership
source§impl PartialEq<AwsRdsDbDomainMembership> for AwsRdsDbDomainMembership
impl PartialEq<AwsRdsDbDomainMembership> for AwsRdsDbDomainMembership
source§fn eq(&self, other: &AwsRdsDbDomainMembership) -> bool
fn eq(&self, other: &AwsRdsDbDomainMembership) -> bool
This method tests for
self and other values to be equal, and is used
by ==.