class Aws::S3::Types::InventoryEncryption

Contains the type of server-side encryption used to encrypt the inventory results.

@note When making an API call, you may pass InventoryEncryption

data as a hash:

    {
      sses3: {
      },
      ssekms: {
        key_id: "SSEKMSKeyId", # required
      },
    }

@!attribute [rw] sses3

Specifies the use of SSE-S3 to encrypt delivered inventory reports.
@return [Types::SSES3]

@!attribute [rw] ssekms

Specifies the use of SSE-KMS to encrypt delivered inventory reports.
@return [Types::SSEKMS]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/InventoryEncryption AWS API Documentation

Constants

SENSITIVE