Class: Aws::Types::XssMatchSet
- Inherits:
-
Object
- Object
- Aws::Types::XssMatchSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#xss_match_set_id ⇒ ::String
Returns the value of attribute xss_match_set_id.
-
#xss_match_tuples ⇒ ::Array[Types::XssMatchTuple]
Returns the value of attribute xss_match_tuples.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def xss_match_tuples @xss_match_tuples end |