Class: Aws::Types::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAthenaWorkGroupConfigurationResultConfigurationEncryptionConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_option ⇒ ::String
Returns the value of attribute encryption_option.
-
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
Instance Attribute Details
#encryption_option ⇒ ::String
Returns the value of attribute encryption_option.
564 565 566 |
# File 'sig/types.rbs', line 564 def encryption_option @encryption_option end |
#kms_key ⇒ ::String
Returns the value of attribute kms_key.
565 566 567 |
# File 'sig/types.rbs', line 565 def kms_key @kms_key end |