Class: Aws::WAF::Types::GetGeoMatchSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetGeoMatchSetResponse
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
1925 1926 1927 1928 1929 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1925 class GetGeoMatchSetResponse < Struct.new( :geo_match_set) SENSITIVE = [] include Aws::Structure end |