Class: Aws::Types::AwsWafv2RulesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafv2RulesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::AwsWafv2RulesActionDetails
Returns the value of attribute action.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#override_action ⇒ ::String
Returns the value of attribute override_action.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#visibility_config ⇒ Types::AwsWafv2VisibilityConfigDetails
Returns the value of attribute visibility_config.
Instance Attribute Details
#action ⇒ Types::AwsWafv2RulesActionDetails
Returns the value of attribute action.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def action @action end |
#name ⇒ ::String
Returns the value of attribute name.
4669 4670 4671 |
# File 'sig/types.rbs', line 4669 def name @name end |
#override_action ⇒ ::String
Returns the value of attribute override_action.
4670 4671 4672 |
# File 'sig/types.rbs', line 4670 def override_action @override_action end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def priority @priority end |
#visibility_config ⇒ Types::AwsWafv2VisibilityConfigDetails
Returns the value of attribute visibility_config.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def visibility_config @visibility_config end |