Struct rusoto_rekognition::ListStreamProcessorsResponse[][src]

pub struct ListStreamProcessorsResponse {
    pub next_token: Option<String>,
    pub stream_processors: Option<Vec<StreamProcessor>>,
}

Fields

If the response is truncated, Rekognition Video returns this token that you can use in the subsequent request to retrieve the next set of stream processors.

List of stream processors that you have created.

Trait Implementations

impl Default for ListStreamProcessorsResponse
[src]

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

impl Debug for ListStreamProcessorsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListStreamProcessorsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListStreamProcessorsResponse
[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