Struct rusoto_mgh::ListMigrationTasksRequest [] [src]

pub struct ListMigrationTasksRequest {
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
    pub resource_name: Option<String>,
}

Fields

Value to specify how many results are returned per page.

If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

Filter migration tasks by discovered resource name.

Trait Implementations

impl Default for ListMigrationTasksRequest
[src]

[src]

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

impl Debug for ListMigrationTasksRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListMigrationTasksRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations