Class: Aws::DataExchange::Types::AutoExportRevisionDestinationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::AutoExportRevisionDestinationEntry
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The Amazon S3 bucket that is the destination for the event action.
-
#key_pattern ⇒ String
A string representing the pattern for generated names of the individual assets in the revision.
Instance Attribute Details
#bucket ⇒ String
The Amazon S3 bucket that is the destination for the event action.
269 270 271 272 273 274 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 269 class AutoExportRevisionDestinationEntry < Struct.new( :bucket, :key_pattern) SENSITIVE = [] include Aws::Structure end |
#key_pattern ⇒ String
A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.
269 270 271 272 273 274 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 269 class AutoExportRevisionDestinationEntry < Struct.new( :bucket, :key_pattern) SENSITIVE = [] include Aws::Structure end |