Class: Aws::ApiGatewayV2::Types::GetRoutingRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetRoutingRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #actions ⇒ Array<Types::RoutingRuleAction>
- #conditions ⇒ Array<Types::RoutingRuleCondition>
-
#priority ⇒ Integer
The order in which API Gateway evaluates a rule.
-
#routing_rule_arn ⇒ String
Represents an Amazon Resource Name (ARN).
-
#routing_rule_id ⇒ String
The identifier.
Instance Attribute Details
#actions ⇒ Array<Types::RoutingRuleAction>
5912 5913 5914 5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5912 class GetRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RoutingRuleCondition>
5912 5913 5914 5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5912 class GetRoutingRuleResponse < 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.
5912 5913 5914 5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5912 class GetRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#routing_rule_arn ⇒ String
Represents an Amazon Resource Name (ARN).
5912 5913 5914 5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5912 class GetRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#routing_rule_id ⇒ String
The identifier.
5912 5913 5914 5915 5916 5917 5918 5919 5920 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5912 class GetRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |