Class: Aws::DataZone::Types::ListProjectsInput

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 identifier of the Amazon DataZone domain.

Returns:

  • (String)


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_identifierString

The identifier of a group.

Returns:

  • (String)


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_resultsInteger

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.

Returns:

  • (Integer)


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

#nameString

The name of the project.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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_identifierString

The identifier of the Amazon DataZone user.

Returns:

  • (String)


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