You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::S3Destination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3Destination as input to an Aws::Client method, you can use a vanilla Hash:

{
  bucket_name: "__string", # required
  key_prefix: "__string",
  kms_key_arn: "__string", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

Returns:

  • (String)

#key_prefixString

Returns:

  • (String)

#kms_key_arnString

Returns:

  • (String)