Class: Aws::ApiGatewayV2::Types::RoutingRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RoutingRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents a routing rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::RoutingRuleAction>
The resulting action based on matching a routing rules condition.
-
#conditions ⇒ Array<Types::RoutingRuleCondition>
The conditions of the routing rule.
-
#priority ⇒ Integer
The order in which API Gateway evaluates a rule.
-
#routing_rule_arn ⇒ String
The ARN of the routing rule.
-
#routing_rule_id ⇒ String
The ID of the routing rule.
Instance Attribute Details
#actions ⇒ Array<Types::RoutingRuleAction>
The resulting action based on matching a routing rules condition. Only InvokeApi is supported.
7876 7877 7878 7879 7880 7881 7882 7883 7884 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876 class RoutingRule < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RoutingRuleCondition>
The conditions of the routing rule.
7876 7877 7878 7879 7880 7881 7882 7883 7884 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876 class RoutingRule < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#priority ⇒ Integer
The order in which API Gateway evaluates a rule. Priority is evaluated from the lowest value to the highest value. Rules can’t have the same priority. Priority values 1-1,000,000 are supported.
7876 7877 7878 7879 7880 7881 7882 7883 7884 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876 class RoutingRule < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#routing_rule_arn ⇒ String
The ARN of the routing rule.
7876 7877 7878 7879 7880 7881 7882 7883 7884 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876 class RoutingRule < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#routing_rule_id ⇒ String
The ID of the routing rule.
7876 7877 7878 7879 7880 7881 7882 7883 7884 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7876 class RoutingRule < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |