Struct rusoto_waf_regional::GeoMatchSetSummary[][src]

pub struct GeoMatchSetSummary {
    pub geo_match_set_id: String,
    pub name: String,
}

Contains the identifier and the name of the GeoMatchSet.

Fields

The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a GetGeoMatchSet request to get detailed information about an GeoMatchSet.

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

Trait Implementations

impl Default for GeoMatchSetSummary
[src]

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

impl Debug for GeoMatchSetSummary
[src]

Formats the value using the given formatter. Read more

impl Clone for GeoMatchSetSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GeoMatchSetSummary
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations