Class: Aws::LocationService::Types::ListRouteCalculatorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListRouteCalculatorsResponse
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::ListRouteCalculatorsResponseEntry>
Lists the route calculator resources that exist in your Amazon Web Services account.
-
#next_token ⇒ String
A pagination token indicating there are additional pages available.
Instance Attribute Details
#entries ⇒ Array<Types::ListRouteCalculatorsResponseEntry>
Lists the route calculator resources that exist in your Amazon Web Services account
5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5173 class ListRouteCalculatorsResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token indicating there are additional pages available. You can use the token in a subsequent request to fetch the next set of results.
5173 5174 5175 5176 5177 5178 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5173 class ListRouteCalculatorsResponse < Struct.new( :entries, :next_token) SENSITIVE = [] include Aws::Structure end |