Class: Aws::DataZone::Types::ListDataSourceRunsInput

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

#data_source_identifierString

The identifier of the data source.

Returns:

  • (String)


9688
9689
9690
9691
9692
9693
9694
9695
9696
# File 'lib/aws-sdk-datazone/types.rb', line 9688

class ListDataSourceRunsInput < Struct.new(
  :data_source_identifier,
  :domain_identifier,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The identifier of the Amazon DataZone domain in which to invoke the ‘ListDataSourceRuns` action.

Returns:

  • (String)


9688
9689
9690
9691
9692
9693
9694
9695
9696
# File 'lib/aws-sdk-datazone/types.rb', line 9688

class ListDataSourceRunsInput < Struct.new(
  :data_source_identifier,
  :domain_identifier,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of runs to return in a single call to ‘ListDataSourceRuns`. When the number of 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 `ListDataSourceRuns` to list the next set of runs.

Returns:

  • (Integer)


9688
9689
9690
9691
9692
9693
9694
9695
9696
# File 'lib/aws-sdk-datazone/types.rb', line 9688

class ListDataSourceRunsInput < Struct.new(
  :data_source_identifier,
  :domain_identifier,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the number of 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 runs, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListDataSourceRuns` to list the next set of runs.

Returns:

  • (String)


9688
9689
9690
9691
9692
9693
9694
9695
9696
# File 'lib/aws-sdk-datazone/types.rb', line 9688

class ListDataSourceRunsInput < Struct.new(
  :data_source_identifier,
  :domain_identifier,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the data source.

Returns:

  • (String)


9688
9689
9690
9691
9692
9693
9694
9695
9696
# File 'lib/aws-sdk-datazone/types.rb', line 9688

class ListDataSourceRunsInput < Struct.new(
  :data_source_identifier,
  :domain_identifier,
  :max_results,
  :next_token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end