Class: Aws::WAF::Types::CreateGeoMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::CreateGeoMatchSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#name ⇒ String
A friendly name or description of the GeoMatchSet.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
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 |
#name ⇒ String
A friendly name or description of the GeoMatchSet. You can't change
Name
after you create the GeoMatchSet
.
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 |