Class: Aws::Personalize::Types::ListDatasetExportJobsRequest

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

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4053

class ListDatasetExportJobsRequest < Struct.new(
  :dataset_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of dataset export jobs to return.

Returns:

  • (Integer)


4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4053

class ListDatasetExportJobsRequest < Struct.new(
  :dataset_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from the previous call to ListDatasetExportJobs for getting the next set of dataset export jobs (if they exist).

Returns:

  • (String)


4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4053

class ListDatasetExportJobsRequest < Struct.new(
  :dataset_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end