Class: Aws::Types::GuardrailWord

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


2403
2404
2405
# File 'sig/types.rbs', line 2403

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2405
2406
2407
# File 'sig/types.rbs', line 2405

def input_enabled
  @input_enabled
end

#output_action"BLOCK", "NONE"

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "NONE")


2404
2405
2406
# File 'sig/types.rbs', line 2404

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def output_enabled
  @output_enabled
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


2402
2403
2404
# File 'sig/types.rbs', line 2402

def text
  @text
end