Class: Aws::Types::GuardrailRegexConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description, :pattern, :action])

Instance Attribute Summary collapse

Instance Attribute Details

#action"BLOCK", "ANONYMIZE"

Returns the value of attribute action.

Returns:

  • ("BLOCK", "ANONYMIZE")


1498
1499
1500
# File 'sig/types.rbs', line 1498

def action
  @action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1496
1497
1498
# File 'sig/types.rbs', line 1496

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def name
  @name
end

#pattern::String

Returns the value of attribute pattern.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def pattern
  @pattern
end