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", "NONE"

Returns the value of attribute action.

Returns:

  • ("BLOCKED", "NONE")


916
917
918
# File 'sig/types.rbs', line 916

def action
  @action
end

#detectedBoolean

Returns the value of attribute detected.

Returns:

  • (Boolean)


917
918
919
# File 'sig/types.rbs', line 917

def detected
  @detected
end

#match::String

Returns the value of attribute match.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def match
  @match
end

#type"PROFANITY"

Returns the value of attribute type.

Returns:

  • ("PROFANITY")


915
916
917
# File 'sig/types.rbs', line 915

def type
  @type
end