Class: Aws::OpenSearchService::Types::EncryptionAtRestOptionsStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsTypes::EncryptionAtRestOptions

Encryption at rest options for the specified domain.



3367
3368
3369
3370
3371
3372
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3367

class EncryptionAtRestOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::OptionStatus

The status of the encryption at rest options for the specified domain.

Returns:



3367
3368
3369
3370
3371
3372
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3367

class EncryptionAtRestOptionsStatus < Struct.new(
  :options,
  :status)
  SENSITIVE = []
  include Aws::Structure
end