DataSetEntry

A data set is an AWS resource with one or more revisions.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN for the data set.

Link copied to clipboard

The type of asset that is added to a data set.

Link copied to clipboard

The date and time that the data set was created, in ISO 8601 format.

Link copied to clipboard

The description for the data set.

Link copied to clipboard
val id: String

The unique identifier for the data set.

Link copied to clipboard

The name of the data set.

Link copied to clipboard

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

Link copied to clipboard

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

Link copied to clipboard

The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.

Link copied to clipboard

The date and time that the data set was last updated, in ISO 8601 format.

Functions

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