Class: Aws::Types::RulePriorityPair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


986
987
988
# File 'sig/types.rbs', line 986

def priority
  @priority
end

#rule_arn::String

Returns the value of attribute rule_arn.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def rule_arn
  @rule_arn
end