Class: Aws::MailManager::Types::S3ExportDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::S3ExportDestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
The configuration for exporting email data to an Amazon S3 bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ String
The S3 location to deliver the exported email data.
Instance Attribute Details
#s3_location ⇒ String
The S3 location to deliver the exported email data.
4237 4238 4239 4240 4241 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 4237 class S3ExportDestinationConfiguration < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |