Class: Aws::ElasticsearchService::Types::EncryptionAtRestOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::EncryptionAtRestOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Status of the Encryption At Rest options for the specified Elasticsearch domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::EncryptionAtRestOptions
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Types::EncryptionAtRestOptions
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2374 class EncryptionAtRestOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
2374 2375 2376 2377 2378 2379 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2374 class EncryptionAtRestOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |