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.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def ssekms @ssekms end |
#sses3 ⇒ Types::SSES3
Returns the value of attribute sses3.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def sses3 @sses3 end |