Class: Aws::DataZone::Types::ListDataSourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListDataSourcesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to list the data sources.
-
#environment_identifier ⇒ String
The identifier of the environment in which to list the data sources.
-
#max_results ⇒ Integer
The maximum number of data sources to return in a single call to ‘ListDataSources`.
-
#name ⇒ String
The name of the data source.
-
#next_token ⇒ String
When the number of data sources 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 data sources, the response includes a pagination token named `NextToken`.
-
#project_identifier ⇒ String
The identifier of the project in which to list data sources.
-
#status ⇒ String
The status of the data source.
-
#type ⇒ String
The type of the data source.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to list the data sources.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#environment_identifier ⇒ String
The identifier of the environment in which to list the data sources.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of data sources to return in a single call to ‘ListDataSources`. When the number of data sources 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 `ListDataSources` to list the next set of data sources.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the data source.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#next_token ⇒ String
When the number of data sources 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 data sources, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListDataSources` to list the next set of data sources.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#project_identifier ⇒ String
The identifier of the project in which to list data sources.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#status ⇒ String
The status of the data source.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
The type of the data source.
9764 9765 9766 9767 9768 9769 9770 9771 9772 9773 9774 9775 |
# File 'lib/aws-sdk-datazone/types.rb', line 9764 class ListDataSourcesInput < Struct.new( :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |