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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Note:

When making an API call, you may pass SseKmsEncryptedObjects data as a hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

If the status is not ‘Enabled`, replication for S3 objects encrypted with AWS KMS is disabled.

Returns:

  • (String)


9425
9426
9427
9428
# File 'lib/aws-sdk-s3/types.rb', line 9425

class SseKmsEncryptedObjects < Struct.new(
  :status)
  include Aws::Structure
end