Class: Aws::VPCLattice::Types::UpdateRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
Information about the action for the specified listener 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
Information about the action for the specified listener rule.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the listener.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#is_default ⇒ Boolean
Indicates whether this is the default rule.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority.
3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3646 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |