Struct rusoto_waf_regional::GetGeoMatchSetResponse[][src]

pub struct GetGeoMatchSetResponse {
    pub geo_match_set: Option<GeoMatchSet>,
}

Fields

Information about the GeoMatchSet that you specified in the GetGeoMatchSet request. This includes the Type, which for a GeoMatchContraint is always Country, as well as the Value, which is the identifier for a specific country.

Trait Implementations

impl Default for GetGeoMatchSetResponse
[src]

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

impl Debug for GetGeoMatchSetResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetGeoMatchSetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetGeoMatchSetResponse
[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