Class: Aws::Types::WebACLHasIncompatibleConfigurationViolation
- Inherits:
-
Object
- Object
- Aws::Types::WebACLHasIncompatibleConfigurationViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def description @description end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def web_acl_arn @web_acl_arn end |