Class: Aws::Types::AWSManagedRulesATPRuleSet
- Inherits:
-
Object
- Object
- Aws::Types::AWSManagedRulesATPRuleSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_regex_in_path ⇒ Boolean
Returns the value of attribute enable_regex_in_path.
-
#login_path ⇒ ::String
Returns the value of attribute login_path.
-
#request_inspection ⇒ Types::RequestInspection
Returns the value of attribute request_inspection.
-
#response_inspection ⇒ Types::ResponseInspection
Returns the value of attribute response_inspection.
Instance Attribute Details
#enable_regex_in_path ⇒ Boolean
Returns the value of attribute enable_regex_in_path.
32 33 34 |
# File 'sig/types.rbs', line 32 def enable_regex_in_path @enable_regex_in_path end |
#login_path ⇒ ::String
Returns the value of attribute login_path.
29 30 31 |
# File 'sig/types.rbs', line 29 def login_path @login_path end |
#request_inspection ⇒ Types::RequestInspection
Returns the value of attribute request_inspection.
30 31 32 |
# File 'sig/types.rbs', line 30 def request_inspection @request_inspection end |
#response_inspection ⇒ Types::ResponseInspection
Returns the value of attribute response_inspection.
31 32 33 |
# File 'sig/types.rbs', line 31 def response_inspection @response_inspection end |