Class: Aws::Types::ObjectEncryption
- Inherits:
-
Object
- Object
- Aws::Types::ObjectEncryption
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ssekms ⇒ Types::SSEKMSEncryption
Returns the value of attribute ssekms.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ssekms ⇒ Types::SSEKMSEncryption
Returns the value of attribute ssekms.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def ssekms @ssekms end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def unknown @unknown end |