Class: Aws::Macie2::Types::S3Destination
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::S3Destination
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-macie2/types.rb
 
Overview
Specifies an S3 bucket to store data classification results in, and the encryption settings to use when storing results in that bucket.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#bucket_name ⇒ String
      5459 5460 5461 5462 5463 5464 5465  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5459 class S3Destination < Struct.new( :bucket_name, :key_prefix, :kms_key_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#key_prefix ⇒ String
      5459 5460 5461 5462 5463 5464 5465  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5459 class S3Destination < Struct.new( :bucket_name, :key_prefix, :kms_key_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_key_arn ⇒ String
      5459 5460 5461 5462 5463 5464 5465  | 
    
      # File 'lib/aws-sdk-macie2/types.rb', line 5459 class S3Destination < Struct.new( :bucket_name, :key_prefix, :kms_key_arn) SENSITIVE = [] include Aws::Structure end  |