Struct rusoto_ds::UpdateNumberOfDomainControllersRequest[][src]

pub struct UpdateNumberOfDomainControllersRequest {
    pub desired_number: i64,
    pub directory_id: String,
}

Fields

The number of domain controllers desired in the directory.

Identifier of the directory to which the domain controllers will be added or removed.

Trait Implementations

impl Default for UpdateNumberOfDomainControllersRequest
[src]

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

impl Debug for UpdateNumberOfDomainControllersRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateNumberOfDomainControllersRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateNumberOfDomainControllersRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations