Class: Aws::Types::GeneratedManifestEncryption
- Inherits:
-
Object
- Object
- Aws::Types::GeneratedManifestEncryption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ssekms ⇒ Types::SSEKMSEncryption
Returns the value of attribute ssekms.
-
#sses3 ⇒ Types::SSES3Encryption
Returns the value of attribute sses3.
Instance Attribute Details
#ssekms ⇒ Types::SSEKMSEncryption
Returns the value of attribute ssekms.
518 519 520 |
# File 'sig/types.rbs', line 518 def ssekms @ssekms end |
#sses3 ⇒ Types::SSES3Encryption
Returns the value of attribute sses3.
517 518 519 |
# File 'sig/types.rbs', line 517 def sses3 @sses3 end |