Class: Aws::Types::GetRoutingRuleResponse

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:



1519
1520
1521
# File 'sig/types.rbs', line 1519

def actions
  @actions
end

#conditions::Array[Types::RoutingRuleCondition]

Returns the value of attribute conditions.

Returns:



1520
1521
1522
# File 'sig/types.rbs', line 1520

def conditions
  @conditions
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def priority
  @priority
end

#routing_rule_arn::String

Returns the value of attribute routing_rule_arn.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def routing_rule_arn
  @routing_rule_arn
end

#routing_rule_id::String

Returns the value of attribute routing_rule_id.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def routing_rule_id
  @routing_rule_id
end