Class: Aws::DataExchange::Types::Action

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

Overview

What occurs after a certain event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_revision_to_s3Types::AutoExportRevisionToS3RequestDetails

Details for the export revision to Amazon S3 action.



35
36
37
38
39
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 35

class Action < Struct.new(
  :export_revision_to_s3)
  SENSITIVE = []
  include Aws::Structure
end