Class: Aws::Types::GuardrailCustomWord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"BLOCKED", "NONE"

Returns the value of attribute action.

Returns:

  • ("BLOCKED", "NONE")


878
879
880
# File 'sig/types.rbs', line 878

def action
  @action
end

#detectedBoolean

Returns the value of attribute detected.

Returns:

  • (Boolean)


879
880
881
# File 'sig/types.rbs', line 879

def detected
  @detected
end

#match::String

Returns the value of attribute match.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def match
  @match
end