Class: Aws::CustomerProfiles::Types::ListUploadJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListUploadJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain to list upload jobs for.
-
#max_results ⇒ Integer
The maximum number of upload jobs to return per page.
-
#next_token ⇒ String
The pagination token from the previous call to retrieve the next page of results.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain to list upload jobs for.
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_results ⇒ Integer
The maximum number of upload jobs to return per page.
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_token ⇒ String
The pagination token from the previous call to retrieve the next page of results.
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 |