Class: Aws::VPCLattice::Types::UpdateRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateRuleRequest
- Includes:
- Structure
- Defined in:
- 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 Amazon Resource Name (ARN) of the listener.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#priority ⇒ Integer
The rule priority.
-
#rule_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the rule.
-
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
Instance Attribute Details
#action ⇒ Types::RuleAction
Information about the action for the specified listener rule.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3605 class UpdateRuleRequest < Struct.new( :action, :listener_identifier, :match, :priority, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#listener_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the listener.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3605 class UpdateRuleRequest < Struct.new( :action, :listener_identifier, :match, :priority, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3605 class UpdateRuleRequest < Struct.new( :action, :listener_identifier, :match, :priority, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority. A listener can’t have multiple rules with the same priority.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3605 class UpdateRuleRequest < Struct.new( :action, :listener_identifier, :match, :priority, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#rule_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the rule.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3605 class UpdateRuleRequest < Struct.new( :action, :listener_identifier, :match, :priority, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |
#service_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service.
3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3605 class UpdateRuleRequest < Struct.new( :action, :listener_identifier, :match, :priority, :rule_identifier, :service_identifier) SENSITIVE = [] include Aws::Structure end |