Struct rusoto_ds::DescribeTrustsRequest [] [src]

pub struct DescribeTrustsRequest {
    pub directory_id: Option<String>,
    pub limit: Option<i64>,
    pub next_token: Option<String>,
    pub trust_ids: Option<Vec<String>>,
}

Describes the trust relationships for a particular Microsoft AD in the AWS cloud. If no input parameters are are provided, such as directory ID or trust ID, this request describes all the trust relationships.

Fields

The Directory ID of the AWS directory that is a part of the requested trust relationship.

The maximum number of objects to return.

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

A list of identifiers of the trust relationships for which to obtain the information. If this member is null, all trust relationships that belong to the current account are returned.

An empty list results in an InvalidParameterException being thrown.

Trait Implementations

impl Default for DescribeTrustsRequest
[src]

[src]

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

impl Debug for DescribeTrustsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeTrustsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more