Class: Aws::Personalize::Types::ListBatchSegmentJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListBatchSegmentJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_segment_jobs ⇒ Array<Types::BatchSegmentJobSummary>
A list containing information on each job that is returned.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#batch_segment_jobs ⇒ Array<Types::BatchSegmentJobSummary>
A list containing information on each job that is returned.
3942 3943 3944 3945 3946 3947 |
# File 'lib/aws-sdk-personalize/types.rb', line 3942 class ListBatchSegmentJobsResponse < Struct.new( :batch_segment_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The value is ‘null` when there are no more results to return.
3942 3943 3944 3945 3946 3947 |
# File 'lib/aws-sdk-personalize/types.rb', line 3942 class ListBatchSegmentJobsResponse < Struct.new( :batch_segment_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |