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
}

Container for filter information of selection of KMS Encrypted S3 objects.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The replication for KMS encrypted S3 objects is disabled if status is not Enabled.

Returns:

  • (String)


8156
8157
8158
8159
# File 'lib/aws-sdk-s3/types.rb', line 8156

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