ContextSummary

Summary of a context associated with a profile, representing application or environment information used during recommendation generation.

Types

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

Properties

Link copied to clipboard

The type of application described by this context.

Link copied to clipboard

The typed content of the context, containing application-specific fields such as account IDs, Regions, services, and resource types.

Link copied to clipboard

The type of the context.

Link copied to clipboard

The timestamp when the context was created.

Link copied to clipboard

The identifier of the user or system that created this context.

Link copied to clipboard

The business criticality of the application described by this context.

Link copied to clipboard
val id: String

The unique identifier of the context.

Link copied to clipboard

The timestamp when the context was last modified.

Link copied to clipboard

The identifier of the user or system that last modified this context.

Link copied to clipboard

The Amazon Resource Name (ARN) of the associated profile.

Link copied to clipboard

The title of the context.

Functions

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