Class: Aws::Types::RegexMatchSetUpdate

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


914
915
916
# File 'sig/types.rbs', line 914

def action
  @action
end

#regex_match_tupleTypes::RegexMatchTuple

Returns the value of attribute regex_match_tuple.



915
916
917
# File 'sig/types.rbs', line 915

def regex_match_tuple
  @regex_match_tuple
end