EngagementSummary

An object that contains an Engagement's subset of fields.

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 created Engagement.

Link copied to clipboard

The date and time when the Engagement was created.

Link copied to clipboard

The AWS Account ID of the Engagement creator.

Link copied to clipboard
val id: String?

The unique identifier for the Engagement.

Link copied to clipboard

The number of members in the Engagement.

Link copied to clipboard

The title of the Engagement.

Functions

Link copied to clipboard
inline fun copy(block: EngagementSummary.Builder.() -> Unit = {}): EngagementSummary
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