Class: Aws::DataZone::Types::ListProjectProfilesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where you want to list project profiles.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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

#nameString

The name of a project profile.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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_byString

Specifies by what to sort project profiles.

Returns:

  • (String)


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_orderString

Specifies the sort order of the project profiles.

Returns:

  • (String)


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