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.
2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2843 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.
2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2843 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.
2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2843 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.
2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2843 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.
2843 2844 2845 2846 2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2843 class UpdateLinkRoutingRuleRequest < Struct.new( :gateway_id, :link_id, :rule_id, :priority, :conditions) SENSITIVE = [] include Aws::Structure end |