Class: Aws::VPCLattice::Types::UpdateRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateRuleRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Information about the action for the specified listener rule.
-
#listener_identifier ⇒ String
The ID or ARN of the listener.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#priority ⇒ Integer
The rule priority.
-
#rule_identifier ⇒ String
The ID or ARN of the rule.
-
#service_identifier ⇒ String
The ID or ARN of the service.
Instance Attribute Details
#action ⇒ Types::RuleAction
Information about the action for the specified listener rule.
5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5748 class UpdateRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#listener_identifier ⇒ String
The ID or ARN of the listener.
5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5748 class UpdateRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5748 class UpdateRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority. A listener can't have multiple rules with the same priority.
5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5748 class UpdateRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The ID or ARN of the rule.
5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5748 class UpdateRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or ARN of the service.
5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5748 class UpdateRuleRequest < Struct.new( :service_identifier, :listener_identifier, :rule_identifier, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |