Class: Aws::Types::InventoryEncryption
- Inherits:
-
Object
- Object
- Aws::Types::InventoryEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ssekms ⇒ Types::SSEKMS
Returns the value of attribute ssekms.
-
#sses3 ⇒ Types::SSES3
Returns the value of attribute sses3.
Instance Attribute Details
#ssekms ⇒ Types::SSEKMS
Returns the value of attribute ssekms.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def ssekms @ssekms end |
#sses3 ⇒ Types::SSES3
Returns the value of attribute sses3.
1529 1530 1531 |
# File 'sig/types.rbs', line 1529 def sses3 @sses3 end |