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

Class: Aws::DataExchange::Types::ExportAssetsToS3RequestDetails

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

Overview

Note:

When passing ExportAssetsToS3RequestDetails as input to an Aws::Client method, you can use a vanilla Hash:

{
  asset_destinations: [ # required
    {
      asset_id: "Id", # required
      bucket: "__string", # required
      key: "__string",
    },
  ],
  data_set_id: "Id", # required
  encryption: {
    kms_key_arn: "__string",
    type: "aws:kms", # required, accepts aws:kms, AES256
  },
  revision_id: "Id", # required
}

Details of the operation to be performed by the job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#asset_destinationsArray<Types::AssetDestinationEntry>

The destination for the asset.

Returns:

#data_set_idString

The unique identifier for the data set associated with this export job.

Returns:

  • (String)

    The unique identifier for the data set associated with this export job.

#encryptionTypes::ExportServerSideEncryption

Encryption configuration for the export job.

Returns:

#revision_idString

The unique identifier for the revision associated with this export request.

Returns:

  • (String)

    The unique identifier for the revision associated with this export request.