Class: Aws::Types::XssMatchSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::XssMatchSetSummary
- 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.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def name @name end |
#xss_match_set_id ⇒ ::String
Returns the value of attribute xss_match_set_id.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def xss_match_set_id @xss_match_set_id end |