Class: Aws::Types::GuardrailWordConfig

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


2412
2413
2414
# File 'sig/types.rbs', line 2412

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2414
2415
2416
# File 'sig/types.rbs', line 2414

def input_enabled
  @input_enabled
end

#output_action"BLOCK", "NONE"

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "NONE")


2413
2414
2415
# File 'sig/types.rbs', line 2413

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2415
2416
2417
# File 'sig/types.rbs', line 2415

def output_enabled
  @output_enabled
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def text
  @text
end