Class: Aws::DataZone::Types::ListProjectsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListProjectsInput
- 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.
-
#group_identifier ⇒ String
The identifier of a group.
-
#max_results ⇒ Integer
The maximum number of projects to return in a single call to ‘ListProjects`.
-
#name ⇒ String
The name of the project.
-
#next_token ⇒ String
When the number of projects 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 projects, the response includes a pagination token named `NextToken`.
-
#user_identifier ⇒ String
The identifier of the Amazon DataZone user.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 |
# File 'lib/aws-sdk-datazone/types.rb', line 10736 class ListProjectsInput < Struct.new( :domain_identifier, :group_identifier, :max_results, :name, :next_token, :user_identifier) SENSITIVE = [:name] include Aws::Structure end |
#group_identifier ⇒ String
The identifier of a group.
10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 |
# File 'lib/aws-sdk-datazone/types.rb', line 10736 class ListProjectsInput < Struct.new( :domain_identifier, :group_identifier, :max_results, :name, :next_token, :user_identifier) SENSITIVE = [:name] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of projects to return in a single call to ‘ListProjects`. When the number of projects 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 `ListProjects` to list the next set of projects.
10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 |
# File 'lib/aws-sdk-datazone/types.rb', line 10736 class ListProjectsInput < Struct.new( :domain_identifier, :group_identifier, :max_results, :name, :next_token, :user_identifier) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the project.
10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 |
# File 'lib/aws-sdk-datazone/types.rb', line 10736 class ListProjectsInput < Struct.new( :domain_identifier, :group_identifier, :max_results, :name, :next_token, :user_identifier) SENSITIVE = [:name] include Aws::Structure end |
#next_token ⇒ String
When the number of projects 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 projects, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListProjects` to list the next set of projects.
10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 |
# File 'lib/aws-sdk-datazone/types.rb', line 10736 class ListProjectsInput < Struct.new( :domain_identifier, :group_identifier, :max_results, :name, :next_token, :user_identifier) SENSITIVE = [:name] include Aws::Structure end |
#user_identifier ⇒ String
The identifier of the Amazon DataZone user.
10736 10737 10738 10739 10740 10741 10742 10743 10744 10745 |
# File 'lib/aws-sdk-datazone/types.rb', line 10736 class ListProjectsInput < Struct.new( :domain_identifier, :group_identifier, :max_results, :name, :next_token, :user_identifier) SENSITIVE = [:name] include Aws::Structure end |