DatasetSummary

Provides a summary of the properties of a dataset. For a complete listing, call the DescribeDataset API.

Types

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

Properties

Link copied to clipboard

The date and time (in Unix time) that the dataset was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard

The dataset type. One of the following values:

Link copied to clipboard

The date and time (in Unix time) that the dataset was last updated.

Link copied to clipboard
val name: String?

The name of the dataset.

Link copied to clipboard

The status of the dataset.

Functions

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