Class: Aws::DataExchange::Types::Action
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::Action
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
What occurs after a certain event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_revision_to_s3 ⇒ Types::AutoExportRevisionToS3RequestDetails
Details for the export revision to Amazon S3 action.
Instance Attribute Details
#export_revision_to_s3 ⇒ Types::AutoExportRevisionToS3RequestDetails
Details for the export revision to Amazon S3 action.
119 120 121 122 123 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 119 class Action < Struct.new( :export_revision_to_s3) SENSITIVE = [] include Aws::Structure end |