class Aws::DataExchange::Types::CreateDataSetRequest

A request to create a data set that contains one or more revisions.

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

data as a hash:

    {
      asset_type: "S3_SNAPSHOT", # required, accepts S3_SNAPSHOT
      description: "Description", # required
      name: "Name", # required
      tags: {
        "__string" => "__string",
      },
    }

@!attribute [rw] asset_type

The type of file your data is stored in. Currently, the supported
asset type is S3\_SNAPSHOT.
@return [String]

@!attribute [rw] description

A description for the data set. This value can be up to 16,348
characters long.
@return [String]

@!attribute [rw] name

The name of the data set.
@return [String]

@!attribute [rw] tags

A data set tag is an optional label that you can assign to a data
set 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/CreateDataSetRequest AWS API Documentation

Constants

SENSITIVE