Class: Aws::OpenSearchService::Types::StartServiceSoftwareUpdateResponse

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

Overview

Represents the output of a ‘StartServiceSoftwareUpdate` 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 OpenSearch Service software update.



6803
6804
6805
6806
6807
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6803

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