Class: Aws::Types::WebACLSummary
- Inherits:
-
Object
- Object
- Aws::Types::WebACLSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def name @name end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def web_acl_id @web_acl_id end |