Struct rusoto_waf::GetRateBasedRuleManagedKeysResponse [] [src]

pub struct GetRateBasedRuleManagedKeysResponse {
    pub managed_keys: Option<Vec<String>>,
    pub next_marker: Option<String>,
}

Fields

An array of IP addresses that currently are blocked by the specified RateBasedRule.

A null value and not currently used.

Trait Implementations

impl Default for GetRateBasedRuleManagedKeysResponse
[src]

[src]

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

impl Debug for GetRateBasedRuleManagedKeysResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetRateBasedRuleManagedKeysResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more