Class: Aws::PartnerCentralSelling::Types::ListEngagementMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListEngagementMembersResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engagement_member_list ⇒ Array<Types::EngagementMember>
Provides a list of engagement members.
-
#next_token ⇒ String
A pagination token used to retrieve the next set of results.
Instance Attribute Details
#engagement_member_list ⇒ Array<Types::EngagementMember>
Provides a list of engagement members.
3334 3335 3336 3337 3338 3339 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3334 class ListEngagementMembersResponse < Struct.new( :engagement_member_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token used to retrieve the next set of results. If there are more results available than can be returned in a single response, this token will be present. Use this token in a subsequent request to retrieve the next page of results. If there are no more results, this value will be null.
3334 3335 3336 3337 3338 3339 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3334 class ListEngagementMembersResponse < Struct.new( :engagement_member_list, :next_token) SENSITIVE = [] include Aws::Structure end |