Class: Aws::LocationService::Types::ListJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entriesArray<Types::ListJobsResponseEntry>

List of jobs in your Amazon Web Services account.

Returns:



4736
4737
4738
4739
4740
4741
# File 'lib/aws-sdk-locationservice/types.rb', line 4736

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

#next_tokenString

Token for retrieving the next page (present if more results available).

Returns:



4736
4737
4738
4739
4740
4741
# File 'lib/aws-sdk-locationservice/types.rb', line 4736

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