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)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def name
  @name
end

#xss_match_set_id::String

Returns the value of attribute xss_match_set_id.

Returns:

  • (::String)


1369
1370
1371
# File 'sig/types.rbs', line 1369

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:



1371
1372
1373
# File 'sig/types.rbs', line 1371

def xss_match_tuples
  @xss_match_tuples
end