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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1930

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)


1930
1931
1932
1933
1934
1935
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1930

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