UpdateRevisionResponse

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 revision.

Link copied to clipboard

An optional comment about the revision.

Link copied to clipboard

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

Link copied to clipboard

The unique identifier for the data set associated with the data set revision.

Link copied to clipboard

To publish a revision to a data set in a product, the revision must first be finalized. Finalizing a revision tells AWS Data Exchange that changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products. Finalized revisions can be published through the AWS Data Exchange console or the AWS Marketplace Catalog API, using the StartChangeSet AWS Marketplace Catalog API action. When using the API, revisions are uniquely identified by their ARN.

Link copied to clipboard
val id: String?

The unique identifier for the revision.

Link copied to clipboard

A required comment to inform subscribers of the reason their access to the revision was revoked.

Link copied to clipboard

A status indicating that subscribers' access to the revision was revoked.

Link copied to clipboard

The date and time that the revision was revoked, in ISO 8601 format.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
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