class Aws::DataExchange::Types::RevisionDestinationEntry

The destination where the assets in the revision will be exported.

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

data as a hash:

    {
      bucket: "__string", # required
      key_pattern: "__string",
      revision_id: "Id", # required
    }

@!attribute [rw] bucket

The S3 bucket that is the destination for the assets in the
revision.
@return [String]

@!attribute [rw] key_pattern

A string representing the pattern for generated names of the
individual assets in the revision. For more information about key
patterns, see [Key patterns when exporting revisions][1].

[1]: https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns
@return [String]

@!attribute [rw] revision_id

The unique identifier for the revision.
@return [String]

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

Constants

SENSITIVE