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")


1298
1299
1300
# File 'sig/types.rbs', line 1298

def action
  @action
end

#match::String

Returns the value of attribute match.

Returns:

  • (::String)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def match
  @match
end