Class: Aws::WAF::Types::GetGeoMatchSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-waf/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geo_match_setTypes::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.

Returns:



1925
1926
1927
1928
1929
# File 'lib/aws-sdk-waf/types.rb', line 1925

class GetGeoMatchSetResponse < Struct.new(
  :geo_match_set)
  SENSITIVE = []
  include Aws::Structure
end