Class: Aws::Types::GuardrailManagedWordsConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_action, :output_action])

Instance Attribute Summary collapse

Instance Attribute Details

#input_action"BLOCK", "NONE"

Returns the value of attribute input_action.

Returns:

  • ("BLOCK", "NONE")


2279
2280
2281
# File 'sig/types.rbs', line 2279

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2281
2282
2283
# File 'sig/types.rbs', line 2281

def input_enabled
  @input_enabled
end

#output_action"BLOCK", "NONE"

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "NONE")


2280
2281
2282
# File 'sig/types.rbs', line 2280

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def output_enabled
  @output_enabled
end

#type"PROFANITY"

Returns the value of attribute type.

Returns:

  • ("PROFANITY")


2278
2279
2280
# File 'sig/types.rbs', line 2278

def type
  @type
end