Class: Aws::OpenSearchService::Types::StartServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::StartServiceSoftwareUpdateResponse
- 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
-
#service_software_options ⇒ Types::ServiceSoftwareOptions
The current status of the OpenSearch Service software update.
Instance Attribute Details
#service_software_options ⇒ Types::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 |