class Aws::WAF::Types::UpdateRegexPatternSetRequest

@note When making an API call, you may pass UpdateRegexPatternSetRequest

data as a hash:

    {
      regex_pattern_set_id: "ResourceId", # required
      updates: [ # required
        {
          action: "INSERT", # required, accepts INSERT, DELETE
          regex_pattern_string: "RegexPatternString", # required
        },
      ],
      change_token: "ChangeToken", # required
    }

@!attribute [rw] regex_pattern_set_id

The `RegexPatternSetId` of the RegexPatternSet that you want to
update. `RegexPatternSetId` is returned by CreateRegexPatternSet and
by ListRegexPatternSets.
@return [String]

@!attribute [rw] updates

An array of `RegexPatternSetUpdate` objects that you want to insert
into or delete from a RegexPatternSet.
@return [Array<Types::RegexPatternSetUpdate>]

@!attribute [rw] change_token

The value returned by the most recent call to GetChangeToken.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/waf-2015-08-24/UpdateRegexPatternSetRequest AWS API Documentation

Constants

SENSITIVE