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


1382
1383
1384
# File 'sig/types.rbs', line 1382

def action
  @action
end

#xss_match_tupleTypes::XssMatchTuple

Returns the value of attribute xss_match_tuple.



1383
1384
1385
# File 'sig/types.rbs', line 1383

def xss_match_tuple
  @xss_match_tuple
end