Class: Aws::VPCLattice::Types::RuleUpdateSuccess

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

Overview

Describes a successful rule update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::RuleAction

The action for the rule.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the listener.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the listener.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#is_defaultBoolean

Indicates whether this is the default rule.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#matchTypes::RuleMatch

The rule match.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the listener.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end

#priorityInteger

The rule priority.



4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
# File 'lib/aws-sdk-vpclattice/types.rb', line 4564

class RuleUpdateSuccess < Struct.new(
  :arn,
  :id,
  :name,
  :is_default,
  :match,
  :priority,
  :action)
  SENSITIVE = []
  include Aws::Structure
end