Class: Aws::ApiGatewayV2::Types::RoutingRules

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

Overview

Represents collection of routing rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The next page of elements from this collection. Not valid for the last element of the collection.

Returns:

  • (String)


8030
8031
8032
8033
8034
8035
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8030

class RoutingRules < Struct.new(
  :next_token,
  :routing_rules)
  SENSITIVE = []
  include Aws::Structure
end

#routing_rulesArray<Types::RoutingRule>

Returns:



8030
8031
8032
8033
8034
8035
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 8030

class RoutingRules < Struct.new(
  :next_token,
  :routing_rules)
  SENSITIVE = []
  include Aws::Structure
end