Class: Aws::Types::RoutingRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::RoutingRuleAction]

Returns the value of attribute actions.

Returns:



2080
2081
2082
# File 'sig/types.rbs', line 2080

def actions
  @actions
end

#conditions::Array[Types::RoutingRuleCondition]

Returns the value of attribute conditions.

Returns:



2081
2082
2083
# File 'sig/types.rbs', line 2081

def conditions
  @conditions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2082
2083
2084
# File 'sig/types.rbs', line 2082

def priority
  @priority
end