Class: Aws::ElasticsearchService::Types::ElasticsearchClusterConfigStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ElasticsearchClusterConfigStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Specifies the configuration status for the specified Elasticsearch domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::ElasticsearchClusterConfig
Specifies the cluster configuration for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of the configuration for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ Types::ElasticsearchClusterConfig
Specifies the cluster configuration for the specified Elasticsearch domain.
2048 2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2048 class ElasticsearchClusterConfigStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of the configuration for the specified Elasticsearch domain.
2048 2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2048 class ElasticsearchClusterConfigStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |