Class: Aws::Macie2::Types::PutClassificationExportConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::PutClassificationExportConfigurationRequest
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::ClassificationExportConfiguration
Specifies where to store data classification results, and the encryption settings to use when storing results in that location.
Instance Attribute Details
#configuration ⇒ Types::ClassificationExportConfiguration
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.
4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-macie2/types.rb', line 4992 class PutClassificationExportConfigurationRequest < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |