Class: Aws::S3Control::Types::SseKmsEncryptedObjects
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3Control::Types::SseKmsEncryptedObjects
 
- 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).
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service. 
Instance Attribute Details
#status ⇒ String
Specifies whether Amazon S3 replicates objects that are created with server-side encryption by using an KMS key stored in Key Management Service.
| 8237 8238 8239 8240 8241 | # File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8237 class SseKmsEncryptedObjects < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |