Struct rusoto_waf::GetByteMatchSetResponse [] [src]

pub struct GetByteMatchSetResponse {
    pub byte_match_set: Option<ByteMatchSet>,
}

Fields

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

  • ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name

  • ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple object contains FieldToMatch, PositionalConstraint, TargetString, and TextTransformation

  • FieldToMatch: Contains Data and Type

Trait Implementations

impl Default for GetByteMatchSetResponse
[src]

[src]

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

impl Debug for GetByteMatchSetResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetByteMatchSetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations