Class: Aws::ElasticsearchService::Types::CancelElasticsearchServiceSoftwareUpdateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for the parameters to the CancelElasticsearchServiceSoftwareUpdate operation. Specifies the name of the Elasticsearch domain that you wish to cancel a service software update on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain that you want to stop the latest service software update on.

Returns:

  • (String)


596
597
598
599
600
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 596

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