Class: Aws::OpenSearchService::Types::RollbackServiceSoftwareUpdateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the request parameters to the ‘RollbackServiceSoftwareUpdate` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain to roll back the service software update on.

Returns:

  • (String)


7517
7518
7519
7520
7521
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7517

class RollbackServiceSoftwareUpdateRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end