Class: Aws::WAFRegional::Types::GetGeoMatchSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geo_match_set_idString

The ‘GeoMatchSetId` of the GeoMatchSet that you want to get. `GeoMatchSetId` is returned by CreateGeoMatchSet and by ListGeoMatchSets.

Returns:

  • (String)


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