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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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:



3713
3714
3715
3716
3717
3718
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3713

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)


3713
3714
3715
3716
3717
3718
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3713

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