Class: Aws::Macie2::Types::PutClassificationExportConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::PutClassificationExportConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about updated settings for storing data classification results.
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.
5009 5010 5011 5012 5013 |
# File 'lib/aws-sdk-macie2/types.rb', line 5009 class PutClassificationExportConfigurationResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |