Class: Aws::ElasticsearchService::Types::CancelElasticsearchServiceSoftwareUpdateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CancelElasticsearchServiceSoftwareUpdateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘CancelElasticsearchServiceSoftwareUpdate` operation. Contains the status of the update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_software_options ⇒ Types::ServiceSoftwareOptions
The current status of the Elasticsearch service software update.
Instance Attribute Details
#service_software_options ⇒ Types::ServiceSoftwareOptions
The current status of the Elasticsearch service software update.
567 568 569 570 571 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 567 class CancelElasticsearchServiceSoftwareUpdateResponse < Struct.new( :service_software_options) SENSITIVE = [] include Aws::Structure end |