Class: Aws::Types::ExportEncryptionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExportEncryptionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#sse_algorithm ⇒ ::String
Returns the value of attribute sse_algorithm.
Instance Attribute Details
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def kms_key_arn @kms_key_arn end |
#sse_algorithm ⇒ ::String
Returns the value of attribute sse_algorithm.
2986 2987 2988 |
# File 'sig/types.rbs', line 2986 def sse_algorithm @sse_algorithm end |