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)


3867
3868
3869
3870
3871
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3867

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