Class: Aws::DataExchange::Types::ExportRevisionsToS3RequestDetails

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

#data_set_idString

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

Returns:

  • (String)


1118
1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1118

class ExportRevisionsToS3RequestDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations)
  SENSITIVE = []
  include Aws::Structure
end

#encryptionTypes::ExportServerSideEncryption

Encryption configuration for the export job.



1118
1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1118

class ExportRevisionsToS3RequestDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations)
  SENSITIVE = []
  include Aws::Structure
end

#revision_destinationsArray<Types::RevisionDestinationEntry>

The destination for the revision.



1118
1119
1120
1121
1122
1123
1124
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1118

class ExportRevisionsToS3RequestDetails < Struct.new(
  :data_set_id,
  :encryption,
  :revision_destinations)
  SENSITIVE = []
  include Aws::Structure
end