Class: Aws::Types::EncryptionKeyConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::EncryptionKeyConfigurationInput
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AwsEncryptionKey, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_encryption_key ⇒ Types::AwsEncryptionKeyConfigurationInput
Returns the value of attribute aws_encryption_key.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_encryption_key ⇒ Types::AwsEncryptionKeyConfigurationInput
Returns the value of attribute aws_encryption_key.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def aws_encryption_key @aws_encryption_key end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def unknown @unknown end |