Class: Aws::DataExchange::Types::ListJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::JobEntry>

The jobs listed by the request.

Returns:



2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-dataexchange/types.rb', line 2885

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

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


2885
2886
2887
2888
2889
2890
# File 'lib/aws-sdk-dataexchange/types.rb', line 2885

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