Class: Aws::OpenSearchService::Types::CancelServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CancelServiceSoftwareUpdateResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response to a CancelServiceSoftwareUpdate
operation. Contains the status of the update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_software_options ⇒ Types::ServiceSoftwareOptions
Container for the state of your domain relative to the latest service software.
Instance Attribute Details
#service_software_options ⇒ Types::ServiceSoftwareOptions
Container for the state of your domain relative to the latest service software.
897 898 899 900 901 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 897 class CancelServiceSoftwareUpdateResponse < Struct.new( :service_software_options) SENSITIVE = [] include Aws::Structure end |