Class: Aws::OpenSearchService::Types::ClusterConfigStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ClusterConfigStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The cluster configuration status for a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::ClusterConfig
Cluster configuration options for the specified domain.
-
#status ⇒ Types::OptionStatus
The status of cluster configuration options for the specified domain.
Instance Attribute Details
#options ⇒ Types::ClusterConfig
Cluster configuration options for the specified domain.
1298 1299 1300 1301 1302 1303 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1298 class ClusterConfigStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of cluster configuration options for the specified domain.
1298 1299 1300 1301 1302 1303 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1298 class ClusterConfigStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |