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


876
877
878
# File 'sig/types.rbs', line 876

def action
  @action
end

#regex_match_tupleTypes::RegexMatchTuple

Returns the value of attribute regex_match_tuple.



877
878
879
# File 'sig/types.rbs', line 877

def regex_match_tuple
  @regex_match_tuple
end