Class: Aws::Personalize::Types::ListBatchSegmentJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_segment_jobsArray<Types::BatchSegmentJobSummary>

A list containing information on each job that is returned.

Returns:



3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-personalize/types.rb', line 3620

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

#next_tokenString

The token to use to retrieve the next page of results. The value is ‘null` when there are no more results to return.

Returns:

  • (String)


3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-personalize/types.rb', line 3620

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