Class: Aws::Types::CreateRoutingRuleResponse

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:



679
680
681
# File 'sig/types.rbs', line 679

def actions
  @actions
end

#conditions::Array[Types::RoutingRuleCondition]

Returns the value of attribute conditions.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def conditions
  @conditions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


681
682
683
# File 'sig/types.rbs', line 681

def priority
  @priority
end

#routing_rule_arn::String

Returns the value of attribute routing_rule_arn.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def routing_rule_arn
  @routing_rule_arn
end

#routing_rule_id::String

Returns the value of attribute routing_rule_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def routing_rule_id
  @routing_rule_id
end