Struct rusoto_rds::DomainMembership [] [src]

pub struct DomainMembership {
    pub domain: Option<String>,
    pub fqdn: Option<String>,
    pub iam_role_name: Option<String>,
    pub status: Option<String>,
}

An Active Directory Domain membership record associated with the DB instance.

Fields

The identifier of the Active Directory Domain.

The fully qualified domain name of the Active Directory Domain.

The name of the IAM role to be used when making API calls to the Directory Service.

The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

Trait Implementations

impl Default for DomainMembership
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DomainMembership
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DomainMembership
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations