Class: Aws::Types::ByteMatchSetUpdate

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


35
36
37
# File 'sig/types.rbs', line 35

def action
  @action
end

#byte_match_tupleTypes::ByteMatchTuple

Returns the value of attribute byte_match_tuple.



36
37
38
# File 'sig/types.rbs', line 36

def byte_match_tuple
  @byte_match_tuple
end