Class: Aws::Types::OciEncryptionKeyConfiguration

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)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def kms_key_id
  @kms_key_id
end

#vault_id::String

Returns the value of attribute vault_id.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def vault_id
  @vault_id
end