ListEngagementInvitationsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the catalog from which to list the engagement invitations. Use AWS for production invitations or Sandbox for testing environments.

Link copied to clipboard

Retrieves a list of engagement invitation summaries based on specified filters. The ListEngagementInvitations operation allows you to view all invitations that you have sent or received. You must specify the ParticipantType to filter invitations where you are either the SENDER or the RECEIVER. Invitations will automatically expire if not accepted within 15 days.

Link copied to clipboard

Specifies the maximum number of engagement invitations to return in the response. If more results are available, a pagination token will be provided.

Link copied to clipboard

A pagination token used to retrieve additional pages of results when the response to a previous request was truncated. Pass this token to continue listing invitations from where the previous call left off.

Link copied to clipboard

Specifies the type of participant for which to list engagement invitations. Identifies the role of the participant.

Link copied to clipboard

Defines the type of payload associated with the engagement invitations to be listed. The attributes in this payload help decide on acceptance or rejection of the invitation.

Link copied to clipboard

List of sender AWS account IDs to filter the invitations.

Link copied to clipboard

Specifies the sorting options for listing engagement invitations. Invitations can be sorted by fields such as InvitationDate or Status to help partners view results in their preferred order.

Link copied to clipboard

Status values to filter the invitations.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String