Struct rusoto_ec2::DescribeFlowLogsRequest [] [src]

pub struct DescribeFlowLogsRequest {
    pub filter: Option<Vec<Filter>>,
    pub flow_log_ids: Option<Vec<String>>,
    pub max_results: Option<i64>,
    pub next_token: Option<String>,
}

Contains the parameters for DescribeFlowLogs.

Fields

One or more filters.

  • deliver-log-status - The status of the logs delivery (SUCCESS | FAILED).

  • flow-log-id - The ID of the flow log.

  • log-group-name - The name of the log group.

  • resource-id - The ID of the VPC, subnet, or network interface.

  • traffic-type - The type of traffic (ACCEPT | REJECT | ALL)

One or more flow log IDs.

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value larger than 1000, only 1000 results are returned. You cannot specify this parameter and the flow log IDs parameter in the same request.

The token to retrieve the next page of results.

Trait Implementations

impl Default for DescribeFlowLogsRequest
[src]

[src]

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

impl Debug for DescribeFlowLogsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeFlowLogsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more