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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionTypes::RuleAction

The rule action.

Returns:



4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4150

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

#matchTypes::RuleMatch

The rule match.

Returns:



4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4150

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.

Returns:

  • (Integer)


4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4150

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

#rule_identifierString

The ID or ARN of the rule.

Returns:

  • (String)


4150
4151
4152
4153
4154
4155
4156
4157
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4150

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