Class: Aws::DataExchange::Types::AutoExportRevisionToS3RequestDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Details of the operation to be performed by the job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::ExportServerSideEncryption

Encryption configuration for the auto export job.



289
290
291
292
293
294
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 289

class AutoExportRevisionToS3RequestDetails < Struct.new(
  :encryption,
  :revision_destination)
  SENSITIVE = []
  include Aws::Structure
end

#revision_destinationTypes::AutoExportRevisionDestinationEntry

A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.



289
290
291
292
293
294
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 289

class AutoExportRevisionToS3RequestDetails < Struct.new(
  :encryption,
  :revision_destination)
  SENSITIVE = []
  include Aws::Structure
end