Class: Aws::S3Control::Types::SseKmsEncryptedObjects

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

A container for filter information that you can use to select S3 objects that are encrypted with Key Management Service (KMS).

This is not supported by Amazon S3 on Outposts buckets.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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

Returns:

  • (String)


7523
7524
7525
7526
7527
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7523

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