Class: Aws::Macie2::Types::ClassificationExportConfiguration

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. The location must be an S3 bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_destinationTypes::S3Destination

Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.



990
991
992
993
994
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 990

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