Class: Aws::WAF::Types::GetGeoMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::GetGeoMatchSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geo_match_set_id ⇒ String
The
GeoMatchSetId
of the GeoMatchSet that you want to get.
Instance Attribute Details
#geo_match_set_id ⇒ String
The GeoMatchSetId
of the GeoMatchSet that you want to get.
GeoMatchSetId
is returned by CreateGeoMatchSet and by
ListGeoMatchSets.
1910 1911 1912 1913 1914 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1910 class GetGeoMatchSetRequest < Struct.new( :geo_match_set_id) SENSITIVE = [] include Aws::Structure end |