Class: Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::NodeToNodeEncryptionOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Status of the node-to-node encryption options for the specified Elasticsearch domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::NodeToNodeEncryptionOptions
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Types::NodeToNodeEncryptionOptions
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3166 class NodeToNodeEncryptionOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3166 class NodeToNodeEncryptionOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |