Class: Aws::ElasticsearchService::Types::ElasticsearchVersionStatus

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

Overview

Status of the Elasticsearch version options for the specified Elasticsearch domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsString

Specifies the Elasticsearch version for the specified Elasticsearch domain.

Returns:

  • (String)


2462
2463
2464
2465
2466
2467
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2462

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

#statusTypes::OptionStatus

Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.

Returns:



2462
2463
2464
2465
2466
2467
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2462

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