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"

Returns the value of attribute action.

Returns:

  • ("BLOCKED")


1216
1217
1218
# File 'sig/types.rbs', line 1216

def action
  @action
end

#match::String

Returns the value of attribute match.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def match
  @match
end