Struct rusoto_ds::DirectoryConnectSettingsDescription [] [src]

pub struct DirectoryConnectSettingsDescription {
    pub availability_zones: Option<Vec<String>>,
    pub connect_ips: Option<Vec<String>>,
    pub customer_user_name: Option<String>,
    pub security_group_id: Option<String>,
    pub subnet_ids: Option<Vec<String>>,
    pub vpc_id: Option<String>,
}

Contains information about an AD Connector directory.

Fields

A list of the Availability Zones that the directory is in.

The IP addresses of the AD Connector servers.

The username of the service account in the on-premises directory.

The security group identifier for the AD Connector directory.

A list of subnet identifiers in the VPC that the AD connector is in.

The identifier of the VPC that the AD Connector is in.

Trait Implementations

impl Default for DirectoryConnectSettingsDescription
[src]

[src]

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

impl Debug for DirectoryConnectSettingsDescription
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DirectoryConnectSettingsDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations