Class: Aws::Types::GuardrailRegex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"BLOCK", ...

Returns the value of attribute action.

Returns:

  • ("BLOCK", "ANONYMIZE", "NONE")


2310
2311
2312
# File 'sig/types.rbs', line 2310

def action
  @action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2308
2309
2310
# File 'sig/types.rbs', line 2308

def description
  @description
end

#input_action"BLOCK", ...

Returns the value of attribute input_action.

Returns:

  • ("BLOCK", "ANONYMIZE", "NONE")


2311
2312
2313
# File 'sig/types.rbs', line 2311

def input_action
  @input_action
end

#input_enabledBoolean

Returns the value of attribute input_enabled.

Returns:

  • (Boolean)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def input_enabled
  @input_enabled
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def name
  @name
end

#output_action"BLOCK", ...

Returns the value of attribute output_action.

Returns:

  • ("BLOCK", "ANONYMIZE", "NONE")


2312
2313
2314
# File 'sig/types.rbs', line 2312

def output_action
  @output_action
end

#output_enabledBoolean

Returns the value of attribute output_enabled.

Returns:

  • (Boolean)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def output_enabled
  @output_enabled
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def pattern
  @pattern
end