Class: Aws::Types::Encryption
- Inherits:
-
Object
- Object
- Aws::Types::Encryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ "AES256", ...
Returns the value of attribute encryption_type.
-
#kms_context ⇒ ::String
Returns the value of attribute kms_context.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#encryption_type ⇒ "AES256", ...
Returns the value of attribute encryption_type.
749 750 751 |
# File 'sig/types.rbs', line 749 def encryption_type @encryption_type end |
#kms_context ⇒ ::String
Returns the value of attribute kms_context.
751 752 753 |
# File 'sig/types.rbs', line 751 def kms_context @kms_context end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
750 751 752 |
# File 'sig/types.rbs', line 750 def kms_key_id @kms_key_id end |