Class: Aws::DataZone::Types::ListProjectMembershipsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListProjectMembershipsInput
- Defined in:
- gems/aws-sdk-datazone/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
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of memberships, the response includes a pagination token namedNextToken. -
#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.
15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15769 class ListProjectMembershipsInput < Struct.new( :domain_identifier, :project_identifier, :sort_by, :sort_order, :next_token, :max_results) 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.
15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15769 class ListProjectMembershipsInput < Struct.new( :domain_identifier, :project_identifier, :sort_by, :sort_order, :next_token, :max_results) 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.
15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15769 class ListProjectMembershipsInput < Struct.new( :domain_identifier, :project_identifier, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#project_identifier ⇒ String
The identifier of the project whose memberships you want to list.
15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15769 class ListProjectMembershipsInput < Struct.new( :domain_identifier, :project_identifier, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
The method by which you want to sort the project memberships.
15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15769 class ListProjectMembershipsInput < Struct.new( :domain_identifier, :project_identifier, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
The sort order of the project memberships.
15769 15770 15771 15772 15773 15774 15775 15776 15777 15778 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15769 class ListProjectMembershipsInput < Struct.new( :domain_identifier, :project_identifier, :sort_by, :sort_order, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |