Class: Aws::Types::WebAclCustomization
- Inherits:
-
Object
- Object
- Aws::Types::WebAclCustomization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "override", "disable"
Returns the value of attribute action.
-
#arn ⇒ ::String
Returns the value of attribute arn.
Instance Attribute Details
#action ⇒ "override", "disable"
Returns the value of attribute action.
4277 4278 4279 |
# File 'sig/types.rbs', line 4277 def action @action end |
#arn ⇒ ::String
Returns the value of attribute arn.
4278 4279 4280 |
# File 'sig/types.rbs', line 4278 def arn @arn end |