ListOpportunityFromEngagementTaskSummary

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

Types

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

Properties

Link copied to clipboard

The unique identifier of the engagement context associated with the opportunity creation task. This links the task to specific contextual information within the engagement.

Link copied to clipboard

The unique identifier of the engagement from which the opportunity is being created. This field helps track the source of the opportunity creation task.

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 opportunity created as a result of the task. This field is populated when the task is completed successfully.

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 opportunity creation process.

Link copied to clipboard

The timestamp indicating when the task was initiated, in RFC 3339 format.

Link copied to clipboard

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

Link copied to clipboard

The unique identifier of the task for creating an opportunity from an engagement.

Link copied to clipboard

The current status of the task. Valid values are COMPLETE, INPROGRESS, or FAILED.

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