Class: Aws::Types::GuardrailManagedWord

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


1228
1229
1230
# File 'sig/types.rbs', line 1228

def action
  @action
end

#match::String

Returns the value of attribute match.

Returns:

  • (::String)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def match
  @match
end

#type"PROFANITY"

Returns the value of attribute type.

Returns:

  • ("PROFANITY")


1230
1231
1232
# File 'sig/types.rbs', line 1230

def type
  @type
end