Analysis

class Analysis

Metadata structure for an analysis in Amazon QuickSight

Types

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

Properties

Link copied to clipboard

The ID of the analysis.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the analysis.

Link copied to clipboard

The time that the analysis was created.

Link copied to clipboard

The ARNs of the datasets of the analysis.

Link copied to clipboard

Errors associated with the analysis.

Link copied to clipboard

The time that the analysis was last updated.

Link copied to clipboard
val name: String?

The descriptive name of the analysis.

Link copied to clipboard

A list of the associated sheets with the unique identifier and name of each sheet.

Link copied to clipboard

Status associated with the analysis.

Link copied to clipboard

The ARN of the theme of the analysis.

Functions

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