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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

Contains one or more regular expressions.

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the entity.

Returns:

  • (String)


6777
6778
6779
6780
6781
6782
6783
6784
6785
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6777

class RegexPatternSet < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :regular_expression_list)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the set that helps with identification.

Returns:

  • (String)


6777
6778
6779
6780
6781
6782
6783
6784
6785
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6777

class RegexPatternSet < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :regular_expression_list)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6777
6778
6779
6780
6781
6782
6783
6784
6785
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6777

class RegexPatternSet < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :regular_expression_list)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


6777
6778
6779
6780
6781
6782
6783
6784
6785
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6777

class RegexPatternSet < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :regular_expression_list)
  SENSITIVE = []
  include Aws::Structure
end

#regular_expression_listArray<Types::Regex>

The regular expression patterns in the set.

Returns:



6777
6778
6779
6780
6781
6782
6783
6784
6785
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 6777

class RegexPatternSet < Struct.new(
  :name,
  :id,
  :arn,
  :description,
  :regular_expression_list)
  SENSITIVE = []
  include Aws::Structure
end