Class: Aws::DataZone::Types::ListProjectMembershipsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon DataZone domain in which you want to list project memberships.

Returns:

  • (String)


10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'lib/aws-sdk-datazone/types.rb', line 10668

class ListProjectMembershipsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :project_identifier,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of memberships to return in a single call to ‘ListProjectMemberships`. When the number of memberships 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 `ListProjectMemberships` to list the next set of memberships.

Returns:

  • (Integer)


10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'lib/aws-sdk-datazone/types.rb', line 10668

class ListProjectMembershipsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :project_identifier,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When the number of memberships 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 memberships, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListProjectMemberships` to list the next set of memberships.

Returns:

  • (String)


10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'lib/aws-sdk-datazone/types.rb', line 10668

class ListProjectMembershipsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :project_identifier,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#project_identifierString

The identifier of the project whose memberships you want to list.

Returns:

  • (String)


10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'lib/aws-sdk-datazone/types.rb', line 10668

class ListProjectMembershipsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :project_identifier,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The method by which you want to sort the project memberships.

Returns:

  • (String)


10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'lib/aws-sdk-datazone/types.rb', line 10668

class ListProjectMembershipsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :project_identifier,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order of the project memberships.

Returns:

  • (String)


10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
# File 'lib/aws-sdk-datazone/types.rb', line 10668

class ListProjectMembershipsInput < Struct.new(
  :domain_identifier,
  :max_results,
  :next_token,
  :project_identifier,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end