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
-
#connection_identifier ⇒ String
The ID of the connection.
-
#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
#connection_identifier ⇒ String
The ID of the connection.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to list the data sources.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :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.
11833 11834 11835 11836 11837 11838 11839 11840 11841 11842 11843 11844 11845 |
# File 'lib/aws-sdk-datazone/types.rb', line 11833 class ListDataSourcesInput < Struct.new( :connection_identifier, :domain_identifier, :environment_identifier, :max_results, :name, :next_token, :project_identifier, :status, :type) SENSITIVE = [:name] include Aws::Structure end |