Struct rusoto_organizations::ListHandshakesForOrganizationResponse [] [src]

pub struct ListHandshakesForOrganizationResponse {
    pub handshakes: Option<Vec<Handshake>>,
    pub next_token: Option<String>,
}

Fields

A list of Handshake objects with details about each of the handshakes that are associated with an organization.

If present, this value indicates that there is more output available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null.

Trait Implementations

impl Default for ListHandshakesForOrganizationResponse
[src]

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

impl Debug for ListHandshakesForOrganizationResponse
[src]

Formats the value using the given formatter.

impl Clone for ListHandshakesForOrganizationResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more