Class: Aws::OpenSearchService::Types::StartServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::StartServiceSoftwareUpdateResponse
- 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
-
#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.
7063 7064 7065 7066 7067 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7063 class StartServiceSoftwareUpdateResponse < Struct.new( :service_software_options) SENSITIVE = [] include Aws::Structure end |