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
5468 5469 5470 5471 5472 5473 5474 |
# File 'lib/aws-sdk-macie2/types.rb', line 5468 class S3Destination < Struct.new( :bucket_name, :key_prefix, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#key_prefix ⇒ String
5468 5469 5470 5471 5472 5473 5474 |
# File 'lib/aws-sdk-macie2/types.rb', line 5468 class S3Destination < Struct.new( :bucket_name, :key_prefix, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
5468 5469 5470 5471 5472 5473 5474 |
# File 'lib/aws-sdk-macie2/types.rb', line 5468 class S3Destination < Struct.new( :bucket_name, :key_prefix, :kms_key_arn) SENSITIVE = [] include Aws::Structure end |