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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



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_identifierString

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

Returns:

  • (String)


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

#matchTypes::RuleMatch

The rule match.

Returns:



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

#priorityInteger

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

Returns:

  • (Integer)


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_identifierString

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

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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