Class: Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a StartElasticsearchServiceSoftwareUpdate
operation.
Contains the status of the update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_software_options ⇒ Types::ServiceSoftwareOptions
The current status of the Elasticsearch service software update.
Instance Attribute Details
#service_software_options ⇒ Types::ServiceSoftwareOptions
The current status of the Elasticsearch service software update.
4040 4041 4042 4043 4044 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4040 class StartElasticsearchServiceSoftwareUpdateResponse < Struct.new( :service_software_options) SENSITIVE = [] include Aws::Structure end |