Folder

class Folder

A folder in Amazon QuickSight.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the folder.

Link copied to clipboard

The time that the folder was created.

Link copied to clipboard

The ID of the folder.

Link copied to clipboard

An array of ancestor ARN strings for the folder.

Link copied to clipboard

The type of folder it is.

Link copied to clipboard

The time that the folder was last updated.

Link copied to clipboard
val name: String?

A display name for the folder.

Link copied to clipboard

The sharing scope of the folder.

Functions

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