Class: Aws::ApiGatewayV2::Types::CreateRoutingRuleResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::RoutingRuleAction>

Returns:



3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3195

class CreateRoutingRuleResponse < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#conditionsArray<Types::RoutingRuleCondition>

Returns:



3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3195

class CreateRoutingRuleResponse < 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.

Returns:

  • (Integer)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3195

class CreateRoutingRuleResponse < 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).

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3195

class CreateRoutingRuleResponse < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end

#routing_rule_idString

The identifier.

Returns:

  • (String)


3195
3196
3197
3198
3199
3200
3201
3202
3203
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3195

class CreateRoutingRuleResponse < Struct.new(
  :actions,
  :conditions,
  :priority,
  :routing_rule_arn,
  :routing_rule_id)
  SENSITIVE = []
  include Aws::Structure
end