Struct rusoto_waf::RuleSummary [] [src]

pub struct RuleSummary {
    pub name: String,
    pub rule_id: String,
}

Contains the identifier and the friendly name or description of the Rule.

Fields

A friendly name or description of the Rule. You can't change the name of a Rule after you create it.

A unique identifier for a Rule. You use RuleId to get more information about a Rule (see GetRule), update a Rule (see UpdateRule), insert a Rule into a WebACL or delete one from a WebACL (see UpdateWebACL), or delete a Rule from AWS WAF (see DeleteRule).

RuleId is returned by CreateRule and by ListRules.

Trait Implementations

impl Default for RuleSummary
[src]

[src]

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

impl Debug for RuleSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for RuleSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more