Class: Aws::Types::WebACL
- Inherits:
-
Object
- Object
- Aws::Types::WebACL
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rules ⇒ ::Array[Types::ActivatedRule]
Returns the value of attribute rules.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#default_action ⇒ Types::WafAction
Returns the value of attribute default_action.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def default_action @default_action end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def name @name end |
#rules ⇒ ::Array[Types::ActivatedRule]
Returns the value of attribute rules.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def rules @rules end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def web_acl_arn @web_acl_arn end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def web_acl_id @web_acl_id end |