Class: Aws::Macie2::Types::GetClassificationExportConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetClassificationExportConfigurationResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about the current configuration 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. Currently, you can store classification results only in an S3 bucket.
2754 2755 2756 2757 2758 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2754 class GetClassificationExportConfigurationResponse < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |