Class: Aws::OpenSearchService::Types::VersionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::VersionStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ String
The OpenSearch or Elasticsearch version for the specified domain.
-
#status ⇒ Types::OptionStatus
The status of the version options for the specified domain.
Instance Attribute Details
#options ⇒ String
The OpenSearch or Elasticsearch version for the specified domain.
6715 6716 6717 6718 6719 6720 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6715 class VersionStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
The status of the version options for the specified domain.
6715 6716 6717 6718 6719 6720 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6715 class VersionStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |