You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WAFV2::Types::RegexPatternSet

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

This is the latest version of AWS WAF, named AWS WAFV2, released in November, 2019. For information, including how to migrate your AWS WAF resources from the prior release, see the AWS WAF Developer Guide.

Contains one or more regular expressions.

AWS WAF assigns an ARN to each RegexPatternSet that you create. To use a set in a rule, you provide the ARN to the Rule statement RegexPatternSetReferenceStatement.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the entity.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the entity.

#descriptionString

A description of the set that helps with identification. You cannot change the description of a set after you create it.

Returns:

  • (String)

    A description of the set that helps with identification.

#idString

A unique identifier for the set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

Returns:

  • (String)

    A unique identifier for the set.

#nameString

The name of the set. You cannot change the name after you create the set.

Returns:

  • (String)

    The name of the set.

#regular_expression_listArray<Types::Regex>

The regular expression patterns in the set.

Returns:

  • (Array<Types::Regex>)

    The regular expression patterns in the set.