Class: Aws::DataZone::Types::ListProjectMembershipsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListProjectMembershipsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which you want to list project memberships.
-
#max_results ⇒ Integer
The maximum number of memberships to return in a single call to ‘ListProjectMemberships`.
-
#next_token ⇒ String
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`.
-
#project_identifier ⇒ String
The identifier of the project whose memberships you want to list.
-
#sort_by ⇒ String
The method by which you want to sort the project memberships.
-
#sort_order ⇒ String
The sort order of the project memberships.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which you want to list project memberships.
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_results ⇒ Integer
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.
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_token ⇒ String
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.
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_identifier ⇒ String
The identifier of the project whose memberships you want to list.
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_by ⇒ String
The method by which you want to sort the project memberships.
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_order ⇒ String
The sort order of the project memberships.
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 |