Class: Aws::CustomerProfiles::Types::ListUploadJobsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain to list upload jobs for.

Returns:

  • (String)


5820
5821
5822
5823
5824
5825
5826
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5820

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

#max_resultsInteger

The maximum number of upload jobs to return per page.

Returns:

  • (Integer)


5820
5821
5822
5823
5824
5825
5826
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5820

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

#next_tokenString

The pagination token from the previous call to retrieve the next page of results.

Returns:

  • (String)


5820
5821
5822
5823
5824
5825
5826
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5820

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