Class: Aws::Types::AwsWafWebAclRule

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:



4600
4601
4602
# File 'sig/types.rbs', line 4600

def action
  @action
end

#excluded_rules::Array[Types::WafExcludedRule]

Returns the value of attribute excluded_rules.

Returns:



4601
4602
4603
# File 'sig/types.rbs', line 4601

def excluded_rules
  @excluded_rules
end

#override_actionTypes::WafOverrideAction

Returns the value of attribute override_action.



4602
4603
4604
# File 'sig/types.rbs', line 4602

def override_action
  @override_action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


4603
4604
4605
# File 'sig/types.rbs', line 4603

def priority
  @priority
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


4604
4605
4606
# File 'sig/types.rbs', line 4604

def rule_id
  @rule_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4605
4606
4607
# File 'sig/types.rbs', line 4605

def type
  @type
end