Class: Aws::Types::AwsWafRegionalWebAclDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafRegionalWebAclDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_action ⇒ ::String
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_list ⇒ ::Array[Types::AwsWafRegionalWebAclRulesListDetails]
Returns the value of attribute rules_list.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#default_action ⇒ ::String
Returns the value of attribute default_action.
4528 4529 4530 |
# File 'sig/types.rbs', line 4528 def default_action @default_action end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
4529 4530 4531 |
# File 'sig/types.rbs', line 4529 def metric_name @metric_name end |
#name ⇒ ::String
Returns the value of attribute name.
4530 4531 4532 |
# File 'sig/types.rbs', line 4530 def name @name end |
#rules_list ⇒ ::Array[Types::AwsWafRegionalWebAclRulesListDetails]
Returns the value of attribute rules_list.
4531 4532 4533 |
# File 'sig/types.rbs', line 4531 def rules_list @rules_list end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
4532 4533 4534 |
# File 'sig/types.rbs', line 4532 def web_acl_id @web_acl_id end |