Class: Aws::VPCLattice::Types::CreateRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateRuleResponse
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ Types::RuleAction
The rule action.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
-
#id ⇒ String
The ID of the rule.
-
#match ⇒ Types::RuleMatch
The rule match.
-
#name ⇒ String
The name of the rule.
-
#priority ⇒ Integer
The priority assigned to the rule.
Instance Attribute Details
#action ⇒ Types::RuleAction
The rule action.
862 863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 862 class CreateRuleResponse < Struct.new( :arn, :id, :name, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
862 863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 862 class CreateRuleResponse < Struct.new( :arn, :id, :name, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the rule.
862 863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 862 class CreateRuleResponse < Struct.new( :arn, :id, :name, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#match ⇒ Types::RuleMatch
The rule match. The RuleMatch must be an HttpMatch. This means
that the rule should be an exact match on HTTP constraints which are
made up of the HTTP method, path, and header.
862 863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 862 class CreateRuleResponse < Struct.new( :arn, :id, :name, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule.
862 863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 862 class CreateRuleResponse < Struct.new( :arn, :id, :name, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The priority assigned to the rule. The lower the priority number the higher the priority.
862 863 864 865 866 867 868 869 870 871 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 862 class CreateRuleResponse < Struct.new( :arn, :id, :name, :match, :priority, :action) SENSITIVE = [] include Aws::Structure end |