Class: Aws::PartnerCentralSelling::Types::ListEngagementMembersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engagement_member_listArray<Types::EngagementMember>

Provides a list of engagement members.

Returns:



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_tokenString

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.

Returns:

  • (String)


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