Class: Aws::ApiGatewayV2::Types::ListRoutingRulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ListRoutingRulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
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.
5951 5952 5953 5954 5955 5956 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5951 class ListRoutingRulesResponse < Struct.new( :next_token, :routing_rules) SENSITIVE = [] include Aws::Structure end |
#routing_rules ⇒ Array<Types::RoutingRule>
5951 5952 5953 5954 5955 5956 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5951 class ListRoutingRulesResponse < Struct.new( :next_token, :routing_rules) SENSITIVE = [] include Aws::Structure end |