Class: Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateRequest
- 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
-
#domain_name ⇒ String
The name of the domain that you want to update to the latest service software.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that you want to update to the latest service software.
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 |