Class: Aws::WAFRegional::Types::CreateRegexMatchSetRequest

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 value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


751
752
753
754
755
756
# File 'lib/aws-sdk-wafregional/types.rb', line 751

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

#nameString

A friendly name or description of the RegexMatchSet. You can’t change ‘Name` after you create a `RegexMatchSet`.

Returns:

  • (String)


751
752
753
754
755
756
# File 'lib/aws-sdk-wafregional/types.rb', line 751

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