Struct rusoto_devicefarm::ListTestsResult [] [src]

pub struct ListTestsResult {
    pub next_token: Option<PaginationToken>,
    pub tests: Option<Tests>,
}

Represents the result of a list tests request.

Fields

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

Information about the tests.

Trait Implementations

impl Default for ListTestsResult
[src]

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

impl Debug for ListTestsResult
[src]

Formats the value using the given formatter.

impl Clone for ListTestsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more