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


44
45
46
# File 'sig/types.rbs', line 44

def action
  @action
end

#byte_match_tupleTypes::ByteMatchTuple

Returns the value of attribute byte_match_tuple.



45
46
47
# File 'sig/types.rbs', line 45

def byte_match_tuple
  @byte_match_tuple
end