Class: Aws::OpenSearchService::Types::RollbackServiceSoftwareUpdateResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rollback_service_software_optionsTypes::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