Class: Aws::VPCLattice::Types::RuleUpdate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Describes a rule update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

The rule action.



4499
4500
4501
4502
4503
4504
4505
4506
# File 'lib/aws-sdk-vpclattice/types.rb', line 4499

class RuleUpdate < Struct.new(
  :rule_identifier,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::RuleMatch

The rule match.



4499
4500
4501
4502
4503
4504
4505
4506
# File 'lib/aws-sdk-vpclattice/types.rb', line 4499

class RuleUpdate < Struct.new(
  :rule_identifier,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The rule priority. A listener can’t have multiple rules with the same priority.



4499
4500
4501
4502
4503
4504
4505
4506
# File 'lib/aws-sdk-vpclattice/types.rb', line 4499

class RuleUpdate < Struct.new(
  :rule_identifier,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#rule_identifierString

The ID or ARN of the rule.



4499
4500
4501
4502
4503
4504
4505
4506
# File 'lib/aws-sdk-vpclattice/types.rb', line 4499

class RuleUpdate < Struct.new(
  :rule_identifier,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end