Class: Aws::Types::StatefulRuleGroupReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deep_threat_inspectionBoolean

Returns the value of attribute deep_threat_inspection.

Returns:

  • (Boolean)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def deep_threat_inspection
  @deep_threat_inspection
end

#overrideTypes::StatefulRuleGroupOverride

Returns the value of attribute override.



1623
1624
1625
# File 'sig/types.rbs', line 1623

def override
  @override
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def priority
  @priority
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def resource_arn
  @resource_arn
end