Class: Aws::DataExchange::Types::ExportRevisionsToS3ResponseDetails

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

Overview

Details about the export revisions to Amazon S3 response.

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)


1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-dataexchange/types.rb', line 1436

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

#encryptionTypes::ExportServerSideEncryption

Encryption configuration of the export job.



1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-dataexchange/types.rb', line 1436

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

#event_action_arnString

The Amazon Resource Name (ARN) of the event action.

Returns:

  • (String)


1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-dataexchange/types.rb', line 1436

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

#revision_destinationsArray<Types::RevisionDestinationEntry>

The destination in Amazon S3 where the revision is exported.



1436
1437
1438
1439
1440
1441
1442
1443
# File 'lib/aws-sdk-dataexchange/types.rb', line 1436

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