Class: Aws::ApiGatewayV2::Types::PutRoutingRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::PutRoutingRuleResponse
- 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>
7497 7498 7499 7500 7501 7502 7503 7504 7505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7497 class PutRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#conditions ⇒ Array<Types::RoutingRuleCondition>
7497 7498 7499 7500 7501 7502 7503 7504 7505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7497 class PutRoutingRuleResponse < 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.
7497 7498 7499 7500 7501 7502 7503 7504 7505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7497 class PutRoutingRuleResponse < 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).
7497 7498 7499 7500 7501 7502 7503 7504 7505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7497 class PutRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |
#routing_rule_id ⇒ String
The identifier.
7497 7498 7499 7500 7501 7502 7503 7504 7505 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7497 class PutRoutingRuleResponse < Struct.new( :actions, :conditions, :priority, :routing_rule_arn, :routing_rule_id) SENSITIVE = [] include Aws::Structure end |