Struct rusoto_waf::ByteMatchSetSummary [] [src]

pub struct ByteMatchSetSummary {
    pub byte_match_set_id: String,
    pub name: String,
}

Returned by ListByteMatchSets. Each ByteMatchSetSummary object includes the Name and ByteMatchSetId for one ByteMatchSet.

Fields

The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

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

Trait Implementations

impl Default for ByteMatchSetSummary
[src]

[src]

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

impl Debug for ByteMatchSetSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for ByteMatchSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more