Class: Aws::Types::ManagedRuleDescription
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#rule_state ⇒ Types::ManagedRuleState
Returns the value of attribute rule_state.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
722 723 724 |
# File 'sig/types.rbs', line 722 def resource_arn @resource_arn end |
#rule_state ⇒ Types::ManagedRuleState
Returns the value of attribute rule_state.
723 724 725 |
# File 'sig/types.rbs', line 723 def rule_state @rule_state end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
721 722 723 |
# File 'sig/types.rbs', line 721 def template_name @template_name end |