Class: Aws::Types::ActivatedRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::WafAction

Returns the value of attribute action.

Returns:



14
15
16
# File 'sig/types.rbs', line 14

def action
  @action
end

#excluded_rules::Array[Types::ExcludedRule]

Returns the value of attribute excluded_rules.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def excluded_rules
  @excluded_rules
end

#override_actionTypes::WafOverrideAction

Returns the value of attribute override_action.



15
16
17
# File 'sig/types.rbs', line 15

def override_action
  @override_action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


12
13
14
# File 'sig/types.rbs', line 12

def priority
  @priority
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def rule_id
  @rule_id
end

#type"REGULAR", ...

Returns the value of attribute type.

Returns:

  • ("REGULAR", "RATE_BASED", "GROUP")


16
17
18
# File 'sig/types.rbs', line 16

def type
  @type
end