Class: Aws::Types::XssMatchSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1327
1328
1329
# File 'sig/types.rbs', line 1327

def name
  @name
end

#xss_match_set_id::String

Returns the value of attribute xss_match_set_id.

Returns:

  • (::String)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def xss_match_set_id
  @xss_match_set_id
end

#xss_match_tuples::Array[Types::XssMatchTuple]

Returns the value of attribute xss_match_tuples.

Returns:



1328
1329
1330
# File 'sig/types.rbs', line 1328

def xss_match_tuples
  @xss_match_tuples
end