Class: Aws::Types::UpdateRepositoryEncryptionKeyInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRepositoryEncryptionKeyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def kms_key_id @kms_key_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def repository_name @repository_name end |