Class: Aws::WAFRegional::Types::GetGeoMatchSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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:



1983
1984
1985
1986
1987
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1983

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