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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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 default rule.

Returns:



2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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

#arnString

The Amazon Resource Name (ARN) of the listener.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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

#idString

The ID of the listener.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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

#is_defaultBoolean

Indicates whether this is the default rule.

Returns:

  • (Boolean)


2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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

#matchTypes::RuleMatch

The rule match.

Returns:



2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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

#nameString

The name of the listener.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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

#priorityInteger

The rule priority.

Returns:

  • (Integer)


2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2865

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