Class: Aws::ElasticsearchService::Types::DescribeDomainChangeProgressResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeDomainChangeProgressResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘DescribeDomainChangeProgress` request. Contains the progress information of the requested domain change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_progress_status ⇒ Types::ChangeProgressStatusDetails
Progress information for the configuration change that is requested in the ‘DescribeDomainChangeProgress` request.
Instance Attribute Details
#change_progress_status ⇒ Types::ChangeProgressStatusDetails
Progress information for the configuration change that is requested in the ‘DescribeDomainChangeProgress` request.
1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1249 class DescribeDomainChangeProgressResponse < Struct.new( :change_progress_status) SENSITIVE = [] include Aws::Structure end |