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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#optionsTypes::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

#statusTypes::OptionStatus

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

Returns:



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