SessionSummary

The summary of attributes associated with a session.

Types

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

Properties

Link copied to clipboard

The ID of the application that the session belongs to.

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the session.

Link copied to clipboard
val createdAt: <Error class: unknown class>

The date and time that the session was created.

Link copied to clipboard

The IAM principal that created the session.

Link copied to clipboard

The Amazon Resource Name (ARN) of the execution role for the session.

Link copied to clipboard
val name: String?

The optional name of the session.

Link copied to clipboard

The Amazon EMR release label associated with the session.

Link copied to clipboard

The ID of the session.

Link copied to clipboard

The state of the session.

Link copied to clipboard

Additional details about the current state of the session.

Link copied to clipboard
val updatedAt: <Error class: unknown class>

The date and time that the session was last updated.

Functions

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