Class: Aws::VPCLattice::Types::UpdateRuleResponse

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:



3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

class UpdateRuleResponse < 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)


3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

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

#idString

The ID of the listener.

Returns:

  • (String)


3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

class UpdateRuleResponse < 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)


3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

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

#matchTypes::RuleMatch

The rule match.

Returns:



3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

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

#nameString

The name of the listener.

Returns:

  • (String)


3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

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

#priorityInteger

The rule priority.

Returns:

  • (Integer)


3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3634

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