Class: Aws::Types::AwsElasticsearchDomainEncryptionAtRestOptions
- Inherits:
-
Object
- Object
- Aws::Types::AwsElasticsearchDomainEncryptionAtRestOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def enabled @enabled end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def kms_key_id @kms_key_id end |