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.
7404 7405 7406 7407 7408 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7404 class StartServiceSoftwareUpdateResponse < Struct.new( :service_software_options) SENSITIVE = [] include Aws::Structure end |