Class: Aws::CodeCommit::Types::UpdateRepositoryEncryptionKeyInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for keyID, see KeyId in the Decrypt API description in the Key Management Service API Reference.

Returns:

  • (String)


7155
7156
7157
7158
7159
7160
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7155

class UpdateRepositoryEncryptionKeyInput < Struct.new(
  :repository_name,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository for which you want to update the KMS encryption key used to encrypt and decrypt the repository.

Returns:

  • (String)


7155
7156
7157
7158
7159
7160
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 7155

class UpdateRepositoryEncryptionKeyInput < Struct.new(
  :repository_name,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end