Class: Aws::OpenSearchService::Types::CancelServiceSoftwareUpdateRequest

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

Overview

Container for the request parameters to cancel a service software update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the OpenSearch Service domain that you want to cancel the service software update on.

Returns:

  • (String)


1003
1004
1005
1006
1007
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1003

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