Class: Aws::ApiGatewayV2::Types::PutRoutingRuleResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<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

#conditionsArray<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

#priorityInteger

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_arnString

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_idString

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