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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


6885
6886
6887
6888
6889
6890
6891
6892
6893
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6885

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)


6885
6886
6887
6888
6889
6890
6891
6892
6893
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6885

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)


6885
6886
6887
6888
6889
6890
6891
6892
6893
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6885

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)


6885
6886
6887
6888
6889
6890
6891
6892
6893
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6885

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)


6885
6886
6887
6888
6889
6890
6891
6892
6893
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6885

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