Class: Aws::Types::EncryptionKeyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionKeyConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AwsEncryptionKey, OciEncryptionKey, OkvEncryptionKey, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_encryption_key ⇒ Types::AwsEncryptionKeyConfiguration
Returns the value of attribute aws_encryption_key.
-
#oci_encryption_key ⇒ Types::OciEncryptionKeyConfiguration
Returns the value of attribute oci_encryption_key.
-
#okv_encryption_key ⇒ Types::OkvEncryptionKeyConfiguration
Returns the value of attribute okv_encryption_key.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_encryption_key ⇒ Types::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_key ⇒ Types::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_key ⇒ Types::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 |
#unknown ⇒ Object
Returns the value of attribute unknown.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def unknown @unknown end |