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 Amazon Web Services KMS.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Specifies whether Amazon S3 replicates objects created with server-side encryption using an Amazon Web Services KMS key stored in Amazon Web Services Key Management Service.

Returns:

  • (String)


16114
16115
16116
16117
16118
# File 'lib/aws-sdk-s3/types.rb', line 16114

class SseKmsEncryptedObjects < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end