Class: Aws::WAF::Types::GetRegexMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/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)


2084
2085
2086
2087
2088
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 2084

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