Class: Aws::WAF::Types::CreateGeoMatchSetRequest

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

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


573
574
575
576
577
578
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 573

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

#nameString

A friendly name or description of the GeoMatchSet. You can't change Name after you create the GeoMatchSet.

Returns:

  • (String)


573
574
575
576
577
578
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 573

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