Class: Aws::Types::KeywordMatchConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#keywords ⇒ ::Array[::String]

Returns the value of attribute keywords.

Returns:

  • (::Array[::String])


385
386
387
# File 'sig/types.rbs', line 385

def keywords
  @keywords
end

#negate ⇒ Boolean

Returns the value of attribute negate.

Returns:

  • (Boolean)


386
387
388
# File 'sig/types.rbs', line 386

def negate
  @negate
end

#rule_name ⇒ ::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def rule_name
  @rule_name
end