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

Class: Aws::S3::Types::SseKmsEncryptedObjects

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

Overview

Note:

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

{
  status: "Enabled", # required, accepts Enabled, Disabled
}

A container for filter information for the selection of S3 objects encrypted with AWS KMS.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether Amazon S3 replicates objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service.

Possible values:

  • Enabled
  • Disabled

Returns:

  • (String)

    Specifies whether Amazon S3 replicates objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service.