GetEngagementResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the engagement retrieved.

Link copied to clipboard

A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.

Link copied to clipboard

The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: "2023-05-01T20:37:46Z". This timestamp helps track the lifecycle of the Engagement.

Link copied to clipboard

The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.

Link copied to clipboard

A more detailed description of the engagement. This provides additional context or information about the engagement's purpose or scope.

Link copied to clipboard
val id: String?

The unique resource identifier of the engagement retrieved.

Link copied to clipboard

Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement.

Link copied to clipboard

The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.

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