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.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def default_action @default_action end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def name @name end |
#rules ⇒ ::Array[Types::ActivatedRule]
Returns the value of attribute rules.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def rules @rules end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def web_acl_arn @web_acl_arn end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def web_acl_id @web_acl_id end |