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:



3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3593

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)


3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3593

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

#matchTypes::RuleMatch

The rule match.

Returns:



3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3593

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)


3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3593

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)


3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3593

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)


3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3593

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