AnalysisSummary

The summary metadata that describes an analysis.

Types

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

Properties

Link copied to clipboard

The ID of the analysis. This ID displays in the URL.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the analysis.

Link copied to clipboard

The time that the analysis was created.

Link copied to clipboard

The time that the analysis was last updated.

Link copied to clipboard
val name: String?

The name of the analysis. This name is displayed in the Amazon QuickSight console.

Link copied to clipboard

The last known status for the analysis.

Functions

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