Class: Aws::DataZone::Types::ListJobRunsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListJobRunsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where you want to list job runs.
-
#job_identifier ⇒ String
The ID of the job run.
-
#max_results ⇒ Integer
The maximum number of job runs to return in a single call to ListJobRuns.
-
#next_token ⇒ String
When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken.
-
#sort_order ⇒ String
Specifies the order in which job runs are to be sorted.
-
#status ⇒ String
The status of a job run.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to list job runs.
12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 |
# File 'lib/aws-sdk-datazone/types.rb', line 12440 class ListJobRunsInput < Struct.new( :domain_identifier, :job_identifier, :max_results, :next_token, :sort_order, :status) SENSITIVE = [] include Aws::Structure end |
#job_identifier ⇒ String
The ID of the job run.
12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 |
# File 'lib/aws-sdk-datazone/types.rb', line 12440 class ListJobRunsInput < Struct.new( :domain_identifier, :job_identifier, :max_results, :next_token, :sort_order, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of job runs to return in a single call to ListJobRuns. When the number of job runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListJobRuns to list the next set of job runs.
12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 |
# File 'lib/aws-sdk-datazone/types.rb', line 12440 class ListJobRunsInput < Struct.new( :domain_identifier, :job_identifier, :max_results, :next_token, :sort_order, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of job runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of job runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListJobRuns to list the next set of job runs.
12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 |
# File 'lib/aws-sdk-datazone/types.rb', line 12440 class ListJobRunsInput < Struct.new( :domain_identifier, :job_identifier, :max_results, :next_token, :sort_order, :status) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Specifies the order in which job runs are to be sorted.
12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 |
# File 'lib/aws-sdk-datazone/types.rb', line 12440 class ListJobRunsInput < Struct.new( :domain_identifier, :job_identifier, :max_results, :next_token, :sort_order, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a job run.
12440 12441 12442 12443 12444 12445 12446 12447 12448 12449 |
# File 'lib/aws-sdk-datazone/types.rb', line 12440 class ListJobRunsInput < Struct.new( :domain_identifier, :job_identifier, :max_results, :next_token, :sort_order, :status) SENSITIVE = [] include Aws::Structure end |