Class: Aws::Types::RegexPatternSetUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"INSERT", "DELETE"

Returns the value of attribute action.

Returns:

  • ("INSERT", "DELETE")


902
903
904
# File 'sig/types.rbs', line 902

def action
  @action
end

#regex_pattern_string::String

Returns the value of attribute regex_pattern_string.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def regex_pattern_string
  @regex_pattern_string
end