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.
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.
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.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def xss_match_tuples @xss_match_tuples end |