Class: Aws::Types::AwsWafRuleGroupRulesDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::AwsWafRuleGroupRulesActionDetails

Returns the value of attribute action.



4577
4578
4579
# File 'sig/types.rbs', line 4577

def action
  @action
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


4578
4579
4580
# File 'sig/types.rbs', line 4578

def priority
  @priority
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


4579
4580
4581
# File 'sig/types.rbs', line 4579

def rule_id
  @rule_id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


4580
4581
4582
# File 'sig/types.rbs', line 4580

def type
  @type
end