Class: Aws::CodeCommit::Types::UpdateRepositoryEncryptionKeyOutput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CodeCommit::Types::UpdateRepositoryEncryptionKeyOutput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-codecommit/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the encryption key.
 - 
  
    
      #original_kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the encryption key formerly used to encrypt and decrypt the repository.
 - 
  
    
      #repository_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the repository.
 
Instance Attribute Details
#kms_key_id ⇒ String
The ID of the encryption key.
      7183 7184 7185 7186 7187 7188 7189  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 7183 class UpdateRepositoryEncryptionKeyOutput < Struct.new( :repository_id, :kms_key_id, :original_kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#original_kms_key_id ⇒ String
The ID of the encryption key formerly used to encrypt and decrypt the repository.
      7183 7184 7185 7186 7187 7188 7189  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 7183 class UpdateRepositoryEncryptionKeyOutput < Struct.new( :repository_id, :kms_key_id, :original_kms_key_id) SENSITIVE = [] include Aws::Structure end  | 
  
#repository_id ⇒ String
The ID of the repository.
      7183 7184 7185 7186 7187 7188 7189  | 
    
      # File 'lib/aws-sdk-codecommit/types.rb', line 7183 class UpdateRepositoryEncryptionKeyOutput < Struct.new( :repository_id, :kms_key_id, :original_kms_key_id) SENSITIVE = [] include Aws::Structure end  |