You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataExchange::Types::RevisionEntry

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A revision is a container for one or more assets.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the revision.

Returns:

  • (String)

    The ARN for the revision.

#commentString

An optional comment about the revision.

Returns:

  • (String)

    An optional comment about the revision.

#created_atTime

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

Returns:

  • (Time)

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

#data_set_idString

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

Returns:

  • (String)

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

#finalizedBoolean

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

Returns:

  • (Boolean)

    To publish a revision to a data set in a product, the revision must first be finalized.

#idString

The unique identifier for the revision.

Returns:

  • (String)

    The unique identifier for the revision.

#source_idString

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.

Returns:

  • (String)

    The revision ID of the owned revision corresponding to the entitled revision being viewed.

#updated_atTime

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

Returns:

  • (Time)

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