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
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 forMaxResults
that 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.
11777 11778 11779 11780 11781 11782 11783 11784 11785 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777 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.
11777 11778 11779 11780 11781 11782 11783 11784 11785 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777 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.
11777 11778 11779 11780 11781 11782 11783 11784 11785 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777 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.
11777 11778 11779 11780 11781 11782 11783 11784 11785 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777 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.
11777 11778 11779 11780 11781 11782 11783 11784 11785 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 11777 class ListDataSourceRunsInput < Struct.new( :data_source_identifier, :domain_identifier, :max_results, :next_token, :status) SENSITIVE = [] include Aws::Structure end |