Class: Aws::ElasticsearchService::Types::ElasticsearchClusterConfigStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Specifies the configuration status for the specified Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::ElasticsearchClusterConfig

Specifies the cluster configuration for the specified Elasticsearch domain.



2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2155

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

#statusTypes::OptionStatus

Specifies the status of the configuration for the specified Elasticsearch domain.

Returns:



2155
2156
2157
2158
2159
2160
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2155

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