Struct rusoto_logs::DescribeExportTasksRequest [] [src]

pub struct DescribeExportTasksRequest {
    pub limit: Option<i64>,
    pub next_token: Option<String>,
    pub status_code: Option<String>,
    pub task_id: Option<String>,
}

Fields

The maximum number of items returned. If you don't specify a value, the default is up to 50 items.

The token for the next set of items to return. (You received this token from a previous call.)

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

Trait Implementations

impl Default for DescribeExportTasksRequest
[src]

[src]

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

impl Debug for DescribeExportTasksRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeExportTasksRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more