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.



1702
1703
1704
1705
1706
1707
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1702

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:



1702
1703
1704
1705
1706
1707
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1702

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