Class: Aws::VPCLattice::Types::UpdateRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::UpdateRuleResponse
- Defined in:
- gems/aws-sdk-vpclattice/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.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < 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.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the listener.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < 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.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the listener.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The rule priority.
5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5341 class UpdateRuleResponse < Struct.new( :arn, :id, :name, :is_default, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |