Class: Aws::DataZone::Types::ListDataSourceRunsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListDataSourceRunsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_identifier ⇒ String
The identifier of the data source.
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to invoke the ‘ListDataSourceRuns` action.
-
#max_results ⇒ Integer
The maximum number of runs to return in a single call to ‘ListDataSourceRuns`.
-
#next_token ⇒ String
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`.
-
#status ⇒ String
The status of the data source.
Instance Attribute Details
#data_source_identifier ⇒ String
The identifier of the data source.
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_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to invoke the ‘ListDataSourceRuns` action.
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_results ⇒ Integer
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.
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_token ⇒ String
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.
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 |
#status ⇒ String
The status of the data source.
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 |