Class: Aws::PartnerCentralSelling::Types::ListEngagementInvitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ListEngagementInvitationsResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/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.
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_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.
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 |