Class: Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateRequest

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

Overview

Container for the parameters to the ‘StartElasticsearchServiceSoftwareUpdate` operation. Specifies the name of the Elasticsearch domain that you wish to schedule 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 update to the latest service software.

Returns:

  • (String)


4027
4028
4029
4030
4031
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4027

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