Class: Aws::Types::AWSManagedRulesATPRuleSet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_regex_in_pathBoolean

Returns the value of attribute enable_regex_in_path.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def 
  @login_path
end

#request_inspectionTypes::RequestInspection

Returns the value of attribute request_inspection.



30
31
32
# File 'sig/types.rbs', line 30

def request_inspection
  @request_inspection
end

#response_inspectionTypes::ResponseInspection

Returns the value of attribute response_inspection.



31
32
33
# File 'sig/types.rbs', line 31

def response_inspection
  @response_inspection
end