FolderSummary

A summary of information about an existing Amazon QuickSight folder.

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) of 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

The type of folder.

Link copied to clipboard

The time that the folder was last updated.

Link copied to clipboard
val name: String?

The display name of the folder.

Link copied to clipboard

The sharing scope of the folder.

Functions

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