Class: Aws::CustomerProfiles::Types::ListUploadJobsResponse

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

#itemsArray<Types::UploadJobItem>

The list of upload jobs for the specified domain.

Returns:



6715
6716
6717
6718
6719
6720
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6715

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

#next_tokenString

The pagination token to use to retrieve the next page of results.

Returns:

  • (String)


6715
6716
6717
6718
6719
6720
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6715

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