Class: Aws::OpenSearchService::Types::RollbackServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::RollbackServiceSoftwareUpdateResponse
- Includes:
- Structure
- Defined in:
- 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.
7531 7532 7533 7534 7535 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7531 class RollbackServiceSoftwareUpdateResponse < Struct.new( :rollback_service_software_options) SENSITIVE = [] include Aws::Structure end |