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]

[src]

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

impl Debug for ListStreamProcessorsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListStreamProcessorsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations