Class: Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#service_software_optionsTypes::ServiceSoftwareOptions

The current status of the Elasticsearch service software update.



3880
3881
3882
3883
3884
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3880

class StartElasticsearchServiceSoftwareUpdateResponse < Struct.new(
  :service_software_options)
  SENSITIVE = []
  include Aws::Structure
end