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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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)


818
819
820
821
822
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 818

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