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