Class: Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::StartElasticsearchServiceSoftwareUpdateRequest
 
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
| 4027 4028 4029 4030 4031 | # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4027 class StartElasticsearchServiceSoftwareUpdateRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |