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
- Struct
- Aws::S3::Types::SseKmsEncryptedObjects
- 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
-
#status ⇒ String
Specifies whether Amazon S3 replicates objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service.
Instance Attribute Details
#status ⇒ String
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