Class: Aws::VPCLattice::Types::UpdateRuleRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

Information about the action for the specified listener rule.

Returns:



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_identifierString

The ID or ARN of the listener.

Returns:

  • (String)


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

#matchTypes::RuleMatch

The rule match.

Returns:



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

#priorityInteger

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

Returns:

  • (Integer)


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_identifierString

The ID or ARN of the rule.

Returns:

  • (String)


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_identifierString

The ID or ARN of the service.

Returns:

  • (String)


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