WorkGroupSummary

The summary information for the workgroup, which includes its name, state, description, and the date and time it was created.

Types

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

Properties

Link copied to clipboard

The workgroup creation date and time.

Link copied to clipboard

The workgroup description.

Link copied to clipboard

The engine version setting for all queries on the workgroup. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.

Link copied to clipboard

The ARN of the IAM Identity Center enabled application associated with the workgroup.

Link copied to clipboard
val name: String?

The name of the workgroup.

Link copied to clipboard

The state of the workgroup.

Functions

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