Class: Aws::VPCLattice::Types::RuleUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RuleUpdate
- Includes:
- Structure
- Defined in:
- 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 Amazon Resource Name (ARN) of the rule.
Instance Attribute Details
#action ⇒ Types::RuleAction
The rule action.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2792 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2792 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.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2792 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the rule.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 2792 class RuleUpdate < Struct.new( :action, :match, :priority, :rule_identifier) SENSITIVE = [] include Aws::Structure end |