Class: Aws::RTBFabric::Types::UpdateLinkRoutingRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateLinkRoutingRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conditions ⇒ Types::RuleCondition
The updated conditions for the routing rule.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#link_id ⇒ String
The unique identifier of the link.
-
#priority ⇒ Integer
The updated priority of the routing rule.
-
#rule_id ⇒ String
The unique identifier of the routing rule.
Instance Attribute Details
#conditions ⇒ Types::RuleCondition
The updated conditions for the routing rule. All specified fields must match for the rule to apply. At least one condition field must be set.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2832 class UpdateLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2832 class UpdateLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions) SENSITIVE = [] include Aws::Structure end |
#link_id ⇒ String
The unique identifier of the link.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2832 class UpdateLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The updated priority of the routing rule. Lower numbers are evaluated first. Valid values are 1 to 1000. Priority must be unique among non-deleted rules within a link.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2832 class UpdateLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier of the routing rule.
2832 2833 2834 2835 2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2832 class UpdateLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions) SENSITIVE = [] include Aws::Structure end |