Class: Aws::Types::UpdateRepositoryEncryptionKeyOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def kms_key_id
  @kms_key_id
end

#original_kms_key_id::String

Returns the value of attribute original_kms_key_id.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def original_kms_key_id
  @original_kms_key_id
end

#repository_id::String

Returns the value of attribute repository_id.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def repository_id
  @repository_id
end