Class: Aws::WAFRegional::Types::GetRegexMatchSetRequest

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

#regex_match_set_idString

The ‘RegexMatchSetId` of the RegexMatchSet that you want to get. `RegexMatchSetId` is returned by CreateRegexMatchSet and by ListRegexMatchSets.

Returns:

  • (String)


2142
2143
2144
2145
2146
# File 'lib/aws-sdk-wafregional/types.rb', line 2142

class GetRegexMatchSetRequest < Struct.new(
  :regex_match_set_id)
  SENSITIVE = []
  include Aws::Structure
end