Class: Aws::Macie2::Types::PutClassificationExportConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

Instance Attribute Details

#configurationTypes::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 bucket.



4853
4854
4855
4856
4857
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 4853

class PutClassificationExportConfigurationRequest < Struct.new(
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end