Class: Aws::Types::EncryptionKeyConfiguration

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

Defined Under Namespace

Classes: AwsEncryptionKey, OciEncryptionKey, OkvEncryptionKey, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_encryption_keyTypes::AwsEncryptionKeyConfiguration

Returns the value of attribute aws_encryption_key.



1367
1368
1369
# File 'sig/types.rbs', line 1367

def aws_encryption_key
  @aws_encryption_key
end

#oci_encryption_keyTypes::OciEncryptionKeyConfiguration

Returns the value of attribute oci_encryption_key.



1368
1369
1370
# File 'sig/types.rbs', line 1368

def oci_encryption_key
  @oci_encryption_key
end

#okv_encryption_keyTypes::OkvEncryptionKeyConfiguration

Returns the value of attribute okv_encryption_key.



1369
1370
1371
# File 'sig/types.rbs', line 1369

def okv_encryption_key
  @okv_encryption_key
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def unknown
  @unknown
end