Class: Aws::WAFRegional::Types::CreateGeoMatchSetResponse

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

#change_tokenString

The ‘ChangeToken` that you used to submit the `CreateGeoMatchSet` request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

Returns:

  • (String)


624
625
626
627
628
629
# File 'lib/aws-sdk-wafregional/types.rb', line 624

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

#geo_match_setTypes::GeoMatchSet

The GeoMatchSet returned in the ‘CreateGeoMatchSet` response. The `GeoMatchSet` contains no `GeoMatchConstraints`.

Returns:



624
625
626
627
628
629
# File 'lib/aws-sdk-wafregional/types.rb', line 624

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