class Aws::DataExchange::Types::UpdateRevisionRequest

The request to update a revision.

@note When making an API call, you may pass UpdateRevisionRequest

data as a hash:

    {
      comment: "__stringMin0Max16384",
      data_set_id: "__string", # required
      finalized: false,
      revision_id: "__string", # required
    }

@!attribute [rw] comment

An optional comment about the revision.
@return [String]

@!attribute [rw] data_set_id

@return [String]

@!attribute [rw] 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.
@return [Boolean]

@!attribute [rw] revision_id

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dataexchange-2017-07-25/UpdateRevisionRequest AWS API Documentation

Constants

SENSITIVE