Class: Aws::SecurityHub::Types::AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about the configuration for encryption at rest for the OpenSearch domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Whether encryption at rest is enabled.
-
#kms_key_id ⇒ String
The KMS key ID.
Instance Attribute Details
#enabled ⇒ Boolean
Whether encryption at rest is enabled.
15455 15456 15457 15458 15459 15460 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15455 class AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails < Struct.new( :enabled, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key ID.
15455 15456 15457 15458 15459 15460 |
# File 'lib/aws-sdk-securityhub/types.rb', line 15455 class AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails < Struct.new( :enabled, :kms_key_id) SENSITIVE = [] include Aws::Structure end |