Class: Aws::ElasticsearchService::Types::CancelElasticsearchServiceSoftwareUpdateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CancelElasticsearchServiceSoftwareUpdateRequest
- Includes:
- Structure
- Defined in:
- 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.
554 555 556 557 558 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 554 class CancelElasticsearchServiceSoftwareUpdateRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |