Class: Aws::DataZone::Types::ListDataSourceRunsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListDataSourceRunsInput
- Defined in:
- gems/aws-sdk-datazone/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
ListDataSourceRunsaction. -
#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
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken. -
#status ⇒ String
The status of the data source.
Instance Attribute Details
#data_source_identifier ⇒ String
The identifier of the data source.
12945 12946 12947 12948 12949 12950 12951 12952 12953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12945 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.
12945 12946 12947 12948 12949 12950 12951 12952 12953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12945 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.
12945 12946 12947 12948 12949 12950 12951 12952 12953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12945 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.
12945 12946 12947 12948 12949 12950 12951 12952 12953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12945 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.
12945 12946 12947 12948 12949 12950 12951 12952 12953 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12945 class ListDataSourceRunsInput < Struct.new( :data_source_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |