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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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.



5752
5753
5754
5755
5756
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5752

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