Struct rusoto_waf_regional::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]

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

impl Debug for GetRateBasedRuleManagedKeysResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetRateBasedRuleManagedKeysResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetRateBasedRuleManagedKeysResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations