Class: Aws::WAF::Types::GetGeoMatchSetRequest

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


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