Class: Aws::ApiGatewayV2::Types::GetRoutingRuleResponse

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>



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

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

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



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_arnString

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_idString

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