Class: Aws::Types::BlockedEncryptionTypes
- Inherits:
-
Object
- Object
- Aws::Types::BlockedEncryptionTypes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_type ⇒ ::Array[("NONE" | "SSE-C")]
Returns the value of attribute encryption_type.
Instance Attribute Details
#encryption_type ⇒ ::Array[("NONE" | "SSE-C")]
Returns the value of attribute encryption_type.
129 130 131 |
# File 'sig/types.rbs', line 129 def encryption_type @encryption_type end |