Class: Aws::Types::AWSManagedRulesACFPRuleSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_path::String

Returns the value of attribute creation_path.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def creation_path
  @creation_path
end

#enable_regex_in_pathBoolean

Returns the value of attribute enable_regex_in_path.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def registration_page_path
  @registration_page_path
end

#request_inspectionTypes::RequestInspectionACFP

Returns the value of attribute request_inspection.



22
23
24
# File 'sig/types.rbs', line 22

def request_inspection
  @request_inspection
end

#response_inspectionTypes::ResponseInspection

Returns the value of attribute response_inspection.



23
24
25
# File 'sig/types.rbs', line 23

def response_inspection
  @response_inspection
end