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.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 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.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 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.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority.
5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5250 class UpdateRuleResponse < Struct.new( :action, :arn, :id, :is_default, :match, :name, :priority) SENSITIVE = [] include Aws::Structure end |