Class: Aws::Types::XssMatchSetUpdate

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


1339
1340
1341
# File 'sig/types.rbs', line 1339

def action
  @action
end

#xss_match_tupleTypes::XssMatchTuple

Returns the value of attribute xss_match_tuple.



1340
1341
1342
# File 'sig/types.rbs', line 1340

def xss_match_tuple
  @xss_match_tuple
end