Class: Aws::ElasticsearchService::Types::CancelElasticsearchServiceSoftwareUpdateResponse

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

Overview

The result of a CancelElasticsearchServiceSoftwareUpdate 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.



609
610
611
612
613
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 609

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