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)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def deep_threat_inspection
  @deep_threat_inspection
end

#overrideTypes::StatefulRuleGroupOverride

Returns the value of attribute override.



1596
1597
1598
# File 'sig/types.rbs', line 1596

def override
  @override
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def priority
  @priority
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def resource_arn
  @resource_arn
end