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


940
941
942
# File 'sig/types.rbs', line 940

def action
  @action
end

#regex_pattern_string::String

Returns the value of attribute regex_pattern_string.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def regex_pattern_string
  @regex_pattern_string
end