Class: Aws::VPCLattice::Types::RuleUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RuleUpdate
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Describes a rule update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
The rule action.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#priority ⇒ Integer
The rule priority.
-
#rule_identifier ⇒ String
The ID or ARN of the rule.
Instance Attribute Details
#action ⇒ Types::RuleAction
The rule action.
4069 4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4069 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
4069 4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4069 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority. A listener can't have multiple rules with the same priority.
4069 4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4069 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The ID or ARN of the rule.
4069 4070 4071 4072 4073 4074 4075 4076 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4069 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |