Class: Aws::DataZone::Types::ListProjectProfilesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListProjectProfilesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the domain where you want to list project profiles.
-
#max_results ⇒ Integer
The maximum number of project profiles to return in a single call to ListProjectProfiles.
-
#name ⇒ String
The name of a project profile.
-
#next_token ⇒ String
When the number of project profiles 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 project profiles, the response includes a pagination token named NextToken.
-
#sort_by ⇒ String
Specifies by what to sort project profiles.
-
#sort_order ⇒ String
Specifies the sort order of the project profiles.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where you want to list project profiles.
12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-datazone/types.rb', line 12947 class ListProjectProfilesInput < Struct.new( :domain_identifier, :max_results, :name, :next_token, :sort_by, :sort_order) SENSITIVE = [:name] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of project profiles to return in a single call to ListProjectProfiles. When the number of project profiles 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 ListProjectProfiles to list the next set of project profiles.
12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-datazone/types.rb', line 12947 class ListProjectProfilesInput < Struct.new( :domain_identifier, :max_results, :name, :next_token, :sort_by, :sort_order) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of a project profile.
12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-datazone/types.rb', line 12947 class ListProjectProfilesInput < Struct.new( :domain_identifier, :max_results, :name, :next_token, :sort_by, :sort_order) SENSITIVE = [:name] include Aws::Structure end |
#next_token ⇒ String
When the number of project profiles 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 project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles.
12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-datazone/types.rb', line 12947 class ListProjectProfilesInput < Struct.new( :domain_identifier, :max_results, :name, :next_token, :sort_by, :sort_order) SENSITIVE = [:name] include Aws::Structure end |
#sort_by ⇒ String
Specifies by what to sort project profiles.
12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-datazone/types.rb', line 12947 class ListProjectProfilesInput < Struct.new( :domain_identifier, :max_results, :name, :next_token, :sort_by, :sort_order) SENSITIVE = [:name] include Aws::Structure end |
#sort_order ⇒ String
Specifies the sort order of the project profiles.
12947 12948 12949 12950 12951 12952 12953 12954 12955 12956 |
# File 'lib/aws-sdk-datazone/types.rb', line 12947 class ListProjectProfilesInput < Struct.new( :domain_identifier, :max_results, :name, :next_token, :sort_by, :sort_order) SENSITIVE = [:name] include Aws::Structure end |