Class: Aws::OpenSearchService::Types::NodeToNodeEncryptionOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::NodeToNodeEncryptionOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Status of the node-to-node encryption options for the specified domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::NodeToNodeEncryptionOptions
The node-to-node encryption options for the specified domain.
-
#status ⇒ Types::OptionStatus
The status of the node-to-node encryption options for the specified domain.
Instance Attribute Details
#options ⇒ Types::NodeToNodeEncryptionOptions
The node-to-node encryption options for the specified domain.
5547 5548 5549 5550 5551 5552 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5547 class NodeToNodeEncryptionOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the node-to-node encryption options for the specified domain.
5547 5548 5549 5550 5551 5552 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5547 class NodeToNodeEncryptionOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |