Struct rusoto_logs::DescribeDestinationsRequest [] [src]

pub struct DescribeDestinationsRequest {
    pub destination_name_prefix: Option<String>,
    pub limit: Option<i64>,
    pub next_token: Option<String>,
}

Fields

The prefix to match. If you don't specify a value, no prefix filter is applied.

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.)

Trait Implementations

impl Default for DescribeDestinationsRequest
[src]

[src]

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

impl Debug for DescribeDestinationsRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDestinationsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more