Class: Aws::OpenSearchService::Types::RollbackServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::RollbackServiceSoftwareUpdateResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Contains details about the rolled-back service software update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rollback_service_software_options ⇒ Types::RollbackServiceSoftwareOptions
The rollback options for the service software update.
Instance Attribute Details
#rollback_service_software_options ⇒ Types::RollbackServiceSoftwareOptions
The rollback options for the service software update.
7559 7560 7561 7562 7563 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7559 class RollbackServiceSoftwareUpdateResponse < Struct.new( :rollback_service_software_options) SENSITIVE = [] include Aws::Structure end |