ListEngagementFromOpportunityTaskSummary

Provides a summary of a task related to creating an engagement from an opportunity. This structure contains key information about the task's status, associated identifiers, and any failure details.

Types

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

Properties

Link copied to clipboard

The unique identifier of the engagement created as a result of the task. This field is populated when the task is completed successfully.

Link copied to clipboard

The unique identifier of the Engagement Invitation.

Link copied to clipboard

A detailed message providing additional information about the task, especially useful in case of failures. This field may contain error details or other relevant information about the task's execution

Link copied to clipboard

The unique identifier of the original Opportunity from which the Engagement is being created. This field helps track the source of the Engagement creation task.

Link copied to clipboard

A code indicating the specific reason for a task failure. This field is populated when the task status is FAILED and provides a categorized reason for the failure.

Link copied to clipboard

The identifier of the resource snapshot job associated with this task, if a snapshot was created as part of the Engagement creation process.

Link copied to clipboard

The timestamp indicating when the task was initiated, in RFC 3339 5.6 date-time format.

Link copied to clipboard

The Amazon Resource Name (ARN) uniquely identifying this task within AWS. This ARN can be used for referencing the task in other AWS services or APIs.

Link copied to clipboard

A unique identifier for a specific task.

Link copied to clipboard

The current status of the task.

Functions

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