Class: Aws::Types::AwsWafRegionalRuleGroupRulesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::AwsWafRegionalRuleGroupRulesActionDetails

Returns the value of attribute action.



4513
4514
4515
# File 'sig/types.rbs', line 4513

def action
  @action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


4514
4515
4516
# File 'sig/types.rbs', line 4514

def priority
  @priority
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


4515
4516
4517
# File 'sig/types.rbs', line 4515

def rule_id
  @rule_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4516
4517
4518
# File 'sig/types.rbs', line 4516

def type
  @type
end