You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAF::Types::GetGeoMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetGeoMatchSetResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#geo_match_set ⇒ Types::GeoMatchSet
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet
request.
Instance Attribute Details
#geo_match_set ⇒ Types::GeoMatchSet
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.