Struct rusoto_rekognition::ListCollectionsResponse [] [src]

pub struct ListCollectionsResponse {
    pub collection_ids: Option<CollectionIdList>,
    pub next_token: Option<PaginationToken>,
}

Fields

An array of collection IDs.

If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.

Trait Implementations

impl Default for ListCollectionsResponse
[src]

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

impl Debug for ListCollectionsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListCollectionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more