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

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

Overview

Represents an object when updating a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

The rule action.

Returns:



2800
2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2800

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

#matchTypes::RuleMatch

The rule match.

Returns:



2800
2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2800

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

#priorityInteger

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

Returns:

  • (Integer)


2800
2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2800

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

#rule_identifierString

The ID or Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


2800
2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2800

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