Class: Aws::VPCLattice::Types::RuleUpdateSuccess
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::RuleUpdateSuccess
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Describes a successful rule update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
The action for the rule.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
-
#id ⇒ String
The ID of the listener.
-
#is_default ⇒ Boolean
Indicates whether this is the default rule.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#name ⇒ String
The name of the listener.
-
#priority ⇒ Integer
The rule priority.
Instance Attribute Details
#action ⇒ Types::RuleAction
The action for the rule.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default rule.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4611 class RuleUpdateSuccess < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |