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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7597

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)


7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7597

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)


7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7597

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)


7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7597

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)


7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7597

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)


7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7597

class ListProjectsInput < Struct.new(
  :domain_identifier,
  :group_identifier,
  :max_results,
  :name,
  :next_token,
  :user_identifier)
  SENSITIVE = [:name]
  include Aws::Structure
end