class Aws::DataExchange::Types::CreateRevisionRequest

Creates a revision for a data set. When they're created, revisions are not published to products, and therefore are not available to subscribers. To publish a revision to a data set in a product, the revision must first be finalized.

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

data as a hash:

    {
      comment: "__stringMin0Max16384",
      data_set_id: "__string", # required
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] comment

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

@!attribute [rw] data_set_id

@return [String]

@!attribute [rw] tags

A revision tag is an optional label that you can assign to a
revision when you create it. Each tag consists of a key and an
optional value, both of which you define. When you use tagging, you
can also use tag-based access control in IAM policies to control
access to these data sets and revisions.
@return [Hash<String,String>]

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

Constants

SENSITIVE