Class: Aws::OpenSearchService::Types::CancelServiceSoftwareUpdateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the response to a ‘CancelServiceSoftwareUpdate` operation. Contains the status of the update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_software_optionsTypes::ServiceSoftwareOptions

Container for the state of your domain relative to the latest service software.



1019
1020
1021
1022
1023
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1019

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