Struct cfn::aws::waf::xss_match_set::XssMatchTuple [] [src]

pub struct XssMatchTuple {
    pub field_to_match: Value<FieldToMatch>,
    pub text_transformation: Value<String>,
}

Fields

Property FieldToMatch.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property TextTransformation.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for XssMatchTuple
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for XssMatchTuple
[src]

[src]

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

Auto Trait Implementations

impl Send for XssMatchTuple

impl Sync for XssMatchTuple