Class: Aws::WAFRegional::Types::CreateGeoMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::CreateGeoMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
604 605 606 607 608 609 |
# File 'lib/aws-sdk-wafregional/types.rb', line 604 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`.
604 605 606 607 608 609 |
# File 'lib/aws-sdk-wafregional/types.rb', line 604 class CreateGeoMatchSetRequest < Struct.new( :name, :change_token) SENSITIVE = [] include Aws::Structure end |