Struct rusoto_waf::GetRuleResponse [] [src]

pub struct GetRuleResponse {
    pub rule: Option<Rule>,
}

Fields

Information about the Rule that you specified in the GetRule request. For more information, see the following topics:

  • Rule: Contains MetricName, Name, an array of Predicate objects, and RuleId

  • Predicate: Each Predicate object contains DataId, Negated, and Type

Trait Implementations

impl Default for GetRuleResponse
[src]

[src]

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

impl Debug for GetRuleResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetRuleResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations