Class: Aws::ApiGatewayV2::Types::RoutingRules
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RoutingRules
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents collection of routing rules.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next page of elements from this collection.
- #routing_rules ⇒ Array<Types::RoutingRule>
Instance Attribute Details
#next_token ⇒ String
The next page of elements from this collection. Not valid for the last element of the collection.
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_rules ⇒ Array<Types::RoutingRule>
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 |