Class: Aws::Macie2::Types::ClassificationExportConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ClassificationExportConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Specifies where to store data classification results, and the encryption settings to use when storing results in that location. The location must be an S3 general purpose bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_destination ⇒ Types::S3Destination
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
Instance Attribute Details
#s3_destination ⇒ Types::S3Destination
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
1085 1086 1087 1088 1089 |
# File 'lib/aws-sdk-macie2/types.rb', line 1085 class ClassificationExportConfiguration < Struct.new( :s3_destination) SENSITIVE = [] include Aws::Structure end |