Class: Aws::ElasticsearchService::Types::ElasticsearchVersionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ElasticsearchVersionStatus
- Includes:
- Structure
- Defined in:
- 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
-
#options ⇒ String
Specifies the Elasticsearch version for the specified Elasticsearch domain.
-
#status ⇒ Types::OptionStatus
Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
Instance Attribute Details
#options ⇒ String
Specifies the Elasticsearch version for the specified Elasticsearch domain.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2655 class ElasticsearchVersionStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
2655 2656 2657 2658 2659 2660 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2655 class ElasticsearchVersionStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |