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

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


7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7529

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)


7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7529

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)


7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7529

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)


7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7529

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)


7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7529

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)


7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7529

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