Class: Aws::LocationService::Types::ListRouteCalculatorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::ListRouteCalculatorsResponseEntry>

Lists the route calculator resources that exist in your Amazon Web Services account



4358
4359
4360
4361
4362
4363
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4358

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

#next_tokenString

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.

Returns:

  • (String)


4358
4359
4360
4361
4362
4363
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4358

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