Struct rusoto_logs::DescribeLogGroupsRequest [] [src]

pub struct DescribeLogGroupsRequest {
    pub limit: Option<i64>,
    pub log_group_name_prefix: Option<String>,
    pub next_token: Option<String>,
}

Fields

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

The prefix to match.

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

Trait Implementations

impl Default for DescribeLogGroupsRequest
[src]

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

impl Debug for DescribeLogGroupsRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeLogGroupsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more