Class: Aws::WAFRegional::Types::GetGeoMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetGeoMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1968 class GetGeoMatchSetRequest < Struct.new( :geo_match_set_id) SENSITIVE = [] include Aws::Structure end |