[][src]Struct rusoto_ds::DescribeDomainControllersRequest

pub struct DescribeDomainControllersRequest {
    pub directory_id: String,
    pub domain_controller_ids: Option<Vec<String>>,
    pub limit: Option<i64>,
    pub next_token: Option<String>,
}

Fields

Identifier of the directory for which to retrieve the domain controller information.

A list of identifiers for the domain controllers whose information will be provided.

The maximum number of items to return.

The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.

Trait Implementations

impl Clone for DescribeDomainControllersRequest
[src]

Performs copy-assignment from source. Read more

impl Default for DescribeDomainControllersRequest
[src]

impl PartialEq<DescribeDomainControllersRequest> for DescribeDomainControllersRequest
[src]

impl Debug for DescribeDomainControllersRequest
[src]

impl Serialize for DescribeDomainControllersRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T