Class: Aws::PartnerCentralSelling::Types::ListEngagementInvitationsResponse

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_invitation_summariesArray<Types::EngagementInvitationSummary>

An array containing summaries of engagement invitations. Each summary includes information such as the invitation title, invitation date, and the current status of the invitation.



3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3286

class ListEngagementInvitationsResponse < Struct.new(
  :engagement_invitation_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token returned when there are more results available than can be returned in a single call. Use this token to retrieve additional pages of engagement invitation summaries.

Returns:

  • (String)


3286
3287
3288
3289
3290
3291
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3286

class ListEngagementInvitationsResponse < Struct.new(
  :engagement_invitation_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end