Class: Aws::PartnerCentralSelling::Types::ListEngagementInvitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListEngagementInvitationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engagement_invitation_summaries ⇒ Array<Types::EngagementInvitationSummary>
An array containing summaries of engagement invitations.
-
#next_token ⇒ String
A pagination token returned when there are more results available than can be returned in a single call.
Instance Attribute Details
#engagement_invitation_summaries ⇒ Array<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_token ⇒ String
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.
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 |