Class: Aws::Types::ManagedRuleGroupStatement
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleGroupStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excluded_rules ⇒ ::Array[Types::ExcludedRule]
Returns the value of attribute excluded_rules.
-
#managed_rule_group_configs ⇒ ::Array[Types::ManagedRuleGroupConfig]
Returns the value of attribute managed_rule_group_configs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rule_action_overrides ⇒ ::Array[Types::RuleActionOverride]
Returns the value of attribute rule_action_overrides.
-
#scope_down_statement ⇒ Types::Statement
Returns the value of attribute scope_down_statement.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#excluded_rules ⇒ ::Array[Types::ExcludedRule]
Returns the value of attribute excluded_rules.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def excluded_rules @excluded_rules end |
#managed_rule_group_configs ⇒ ::Array[Types::ManagedRuleGroupConfig]
Returns the value of attribute managed_rule_group_configs.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def managed_rule_group_configs @managed_rule_group_configs end |
#name ⇒ ::String
Returns the value of attribute name.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def name @name end |
#rule_action_overrides ⇒ ::Array[Types::RuleActionOverride]
Returns the value of attribute rule_action_overrides.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def rule_action_overrides @rule_action_overrides end |
#scope_down_statement ⇒ Types::Statement
Returns the value of attribute scope_down_statement.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def scope_down_statement @scope_down_statement end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def vendor_name @vendor_name end |
#version ⇒ ::String
Returns the value of attribute version.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def version @version end |