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.
7180 7181 7182 7183 7184 7185 7186 |
# File 'lib/aws-sdk-codecommit/types.rb', line 7180 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.
7180 7181 7182 7183 7184 7185 7186 |
# File 'lib/aws-sdk-codecommit/types.rb', line 7180 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.
7180 7181 7182 7183 7184 7185 7186 |
# File 'lib/aws-sdk-codecommit/types.rb', line 7180 class UpdateRepositoryEncryptionKeyOutput < Struct.new( :repository_id, :kms_key_id, :original_kms_key_id) SENSITIVE = [] include Aws::Structure end |