Class: Aws::DataZone::Types::ListJobRunsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where you want to list job runs.

Returns:

  • (String)


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_identifierString

The ID of the job run.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_orderString

Specifies the order in which job runs are to be sorted.

Returns:

  • (String)


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

#statusString

The status of a job run.

Returns:

  • (String)


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