Class: Aws::Types::AWSManagedRulesACFPRuleSet
- Inherits:
-
Object
- Object
- Aws::Types::AWSManagedRulesACFPRuleSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_path ⇒ ::String
Returns the value of attribute creation_path.
-
#enable_regex_in_path ⇒ Boolean
Returns the value of attribute enable_regex_in_path.
-
#registration_page_path ⇒ ::String
Returns the value of attribute registration_page_path.
-
#request_inspection ⇒ Types::RequestInspectionACFP
Returns the value of attribute request_inspection.
-
#response_inspection ⇒ Types::ResponseInspection
Returns the value of attribute response_inspection.
Instance Attribute Details
#creation_path ⇒ ::String
Returns the value of attribute creation_path.
20 21 22 |
# File 'sig/types.rbs', line 20 def creation_path @creation_path end |
#enable_regex_in_path ⇒ Boolean
Returns the value of attribute enable_regex_in_path.
24 25 26 |
# File 'sig/types.rbs', line 24 def enable_regex_in_path @enable_regex_in_path end |
#registration_page_path ⇒ ::String
Returns the value of attribute registration_page_path.
21 22 23 |
# File 'sig/types.rbs', line 21 def registration_page_path @registration_page_path end |
#request_inspection ⇒ Types::RequestInspectionACFP
Returns the value of attribute request_inspection.
22 23 24 |
# File 'sig/types.rbs', line 22 def request_inspection @request_inspection end |
#response_inspection ⇒ Types::ResponseInspection
Returns the value of attribute response_inspection.
23 24 25 |
# File 'sig/types.rbs', line 23 def response_inspection @response_inspection end |