StartSessionResponse

Output of the StartSession operation.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID that owns the session.

Link copied to clipboard
val arn: String?

The output contains the ARN of the session.

Link copied to clipboard

The ID of the cluster that the session was started on.

Link copied to clipboard
val id: String?

The output contains the ID of the session.

Link copied to clipboard

The state of the session at the time the request returned. When a session is first created, it enters the SUBMITTED state.

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