Class: Aws::OpenSearchService::Types::EncryptionAtRestOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::EncryptionAtRestOptionsStatus
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Status of the encryption at rest options for the specified OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::EncryptionAtRestOptions
Encryption at rest options for the specified domain.
-
#status ⇒ Types::OptionStatus
The status of the encryption at rest options for the specified domain.
Instance Attribute Details
#options ⇒ Types::EncryptionAtRestOptions
Encryption at rest options for the specified domain.
3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3967 class EncryptionAtRestOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the encryption at rest options for the specified domain.
3967 3968 3969 3970 3971 3972 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3967 class EncryptionAtRestOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |