You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::DefaultServerSideEncryption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::GuardDuty::Types::DefaultServerSideEncryption
 
- Defined in:
- (unknown)
Overview
Contains information on the server side encryption method used in the S3 bucket. See S3 Server-Side Encryption for more information.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #encryption_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of encryption used for objects within the S3 bucket. 
- 
  
    
      #kms_master_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the KMS encryption key. 
Instance Attribute Details
#encryption_type ⇒ String
The type of encryption used for objects within the S3 bucket.
#kms_master_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS encryption key. Only available
if the bucket EncryptionType is aws:kms.