Class: Aws::Types::AWSManagedRulesAntiDDoSRuleSet
- Inherits:
-
Object
- Object
- Aws::Types::AWSManagedRulesAntiDDoSRuleSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_side_action_config ⇒ Types::ClientSideActionConfig
Returns the value of attribute client_side_action_config.
-
#sensitivity_to_block ⇒ "LOW", ...
Returns the value of attribute sensitivity_to_block.
Instance Attribute Details
#client_side_action_config ⇒ Types::ClientSideActionConfig
Returns the value of attribute client_side_action_config.
37 38 39 |
# File 'sig/types.rbs', line 37 def client_side_action_config @client_side_action_config end |
#sensitivity_to_block ⇒ "LOW", ...
Returns the value of attribute sensitivity_to_block.
38 39 40 |
# File 'sig/types.rbs', line 38 def sensitivity_to_block @sensitivity_to_block end |