Struct rusoto_waf::GetRateBasedRuleManagedKeysRequest [] [src]

pub struct GetRateBasedRuleManagedKeysRequest {
    pub next_marker: Option<String>,
    pub rule_id: String,
}

Fields

A null value and not currently used. Do not include this in your request.

The RuleId of the RateBasedRule for which you want to get a list of ManagedKeys. RuleId is returned by CreateRateBasedRule and by ListRateBasedRules.

Trait Implementations

impl Default for GetRateBasedRuleManagedKeysRequest
[src]

[src]

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

impl Debug for GetRateBasedRuleManagedKeysRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetRateBasedRuleManagedKeysRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more